Skip to content

Commit 71ac5a6

Browse files
committed
8220262: fix headings in java.logging
Reviewed-by: lancea
1 parent ef38fb4 commit 71ac5a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/java.logging/share/classes/java/util/logging/LogManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -64,7 +64,7 @@
6464
* At startup the LogManager class is located using the
6565
* java.util.logging.manager system property.
6666
*
67-
* <h3>LogManager Configuration</h3>
67+
* <h2>LogManager Configuration</h2>
6868
*
6969
* A LogManager initializes the logging configuration via
7070
* the {@link #readConfiguration()} method during LogManager initialization.

0 commit comments

Comments
 (0)