8178139: Minor typo in API documentation of java.util.logging.Logger
Reviewed-by: lancea
This commit is contained in:
parent
04f6757027
commit
c8873016c3
@ -664,7 +664,7 @@ public class Logger {
|
|||||||
* a new logger is created.
|
* a new logger is created.
|
||||||
* <p>
|
* <p>
|
||||||
* If a new logger is created its log level will be configured
|
* 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
|
* to also send logging output to its parent's Handlers. It will
|
||||||
* be registered in the LogManager global namespace.
|
* be registered in the LogManager global namespace.
|
||||||
* <p>
|
* <p>
|
||||||
@ -726,7 +726,7 @@ public class Logger {
|
|||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* If a new logger is created its log level will be configured
|
* 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
|
* output to its parent's Handlers. It will be registered in
|
||||||
* the LogManager global namespace.
|
* the LogManager global namespace.
|
||||||
* <p>
|
* <p>
|
||||||
|
Loading…
Reference in New Issue
Block a user