8178139: Minor typo in API documentation of java.util.logging.Logger

Reviewed-by: lancea
This commit is contained in:
Daniel Fuchs 2017-04-06 14:38:15 +01:00
parent 04f6757027
commit c8873016c3

View File

@ -664,7 +664,7 @@ public class Logger {
* 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 @@ public class Logger {
*
* <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>