We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef38fb4 commit 71ac5a6Copy full SHA for 71ac5a6
1 file changed
src/java.logging/share/classes/java/util/logging/LogManager.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -64,7 +64,7 @@
64
* At startup the LogManager class is located using the
65
* java.util.logging.manager system property.
66
67
- * <h3>LogManager Configuration</h3>
+ * <h2>LogManager Configuration</h2>
68
69
* A LogManager initializes the logging configuration via
70
* the {@link #readConfiguration()} method during LogManager initialization.
0 commit comments