8178139: Minor typo in API documentation of java.util.logging.Logger
authordfuchs
Thu, 06 Apr 2017 14:38:15 +0100
changeset 44538 a603c475d649
parent 44537 afbe031283f7
child 44539 5633de18d6cb
8178139: Minor typo in API documentation of java.util.logging.Logger Reviewed-by: lancea
jdk/src/java.logging/share/classes/java/util/logging/Logger.java
--- a/jdk/src/java.logging/share/classes/java/util/logging/Logger.java	Thu Apr 06 09:00:47 2017 +0100
+++ b/jdk/src/java.logging/share/classes/java/util/logging/Logger.java	Thu Apr 06 14:38:15 2017 +0100
@@ -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>