9 RFR: 8178139: Minor typo in API documentation of java.util.logging.Logger
Daniel Fuchs
daniel.fuchs at oracle.com
Thu Apr 6 11:00:39 UTC 2017
Hi,
Please find below a trivial change to fix
8178139: Minor typo in API documentation of java.util.logging.Logger
https://bugs.openjdk.java.net/browse/JDK-8178139
will configured => will be configured
(appears twice)
This is a minor typo doc fix so AFAIU RDP2 approval is not needed.
best regards,
-- daniel
diff --git
a/src/java.logging/share/classes/java/util/logging/Logger.java
b/src/java.logging/share/classes/java/util/logging/Logger.java
--- a/src/java.logging/share/classes/java/util/logging/Logger.java
+++ b/src/java.logging/share/classes/java/util/logging/Logger.java
@@ -664,7 +664,7 @@
* a new logger is created.
* <p>
* If a new logger is created its log level will be configured
- * based on the LogManager configuration and it will configured
+ * based on the LogManager configuration and it will be configured
* to also send logging output to its parent's Handlers. It will
* be registered in the LogManager global namespace.
* <p>
@@ -726,7 +726,7 @@
*
* <p>
* If a new logger is created its log level will be configured
- * based on the LogManager and it will configured to also send logging
+ * based on the LogManager and it will be configured to also send
logging
* output to its parent's Handlers. It will be registered in
* the LogManager global namespace.
* <p>
More information about the core-libs-dev
mailing list