diff -r afbe031283f7 -r a603c475d649 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. *

* 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. *

@@ -726,7 +726,7 @@ * *

* 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. *