changeset 16952:c89044066843

8178139: Minor typo in API documentation of java.util.logging.Logger Reviewed-by: lancea
author dfuchs
date Thu, 06 Apr 2017 14:38:15 +0100
parents fff71e4478c3
children 0cbd3417cc9d
files src/java.logging/share/classes/java/util/logging/Logger.java
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/java.logging/share/classes/java/util/logging/Logger.java	Thu Apr 06 09:00:47 2017 +0100
+++ b/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>