From 71ac5a6313fa9f04c8603277359bd2c32e111ff4 Mon Sep 17 00:00:00 2001 From: Daniel Fuchs Date: Tue, 12 Mar 2019 14:35:26 +0000 Subject: [PATCH] 8220262: fix headings in java.logging Reviewed-by: lancea --- .../share/classes/java/util/logging/LogManager.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/java.logging/share/classes/java/util/logging/LogManager.java b/src/java.logging/share/classes/java/util/logging/LogManager.java index 5ee3c731c70..395ca5ff931 100644 --- a/src/java.logging/share/classes/java/util/logging/LogManager.java +++ b/src/java.logging/share/classes/java/util/logging/LogManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -64,7 +64,7 @@ import static jdk.internal.logger.DefaultLoggerFinder.isSystem; * At startup the LogManager class is located using the * java.util.logging.manager system property. * - *

LogManager Configuration

+ *

LogManager Configuration

* * A LogManager initializes the logging configuration via * the {@link #readConfiguration()} method during LogManager initialization.