8178139: Minor typo in API documentation of java.util.logging.Logger
Reviewed-by: lancea
--- 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>