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

Lance Andersen lance.andersen at oracle.com
Thu Apr 6 11:02:40 UTC 2017


looks fine Daniel
> On Apr 6, 2017, at 7:00 AM, Daniel Fuchs <daniel.fuchs at oracle.com> wrote:
> 
> Hi,
> 
> Please find below a trivial change to fix
> 8178139: Minor typo in API documentation of java.util.logging.Logger
> https://bugs.openjdk.java.net/browse/JDK-8178139
> 
>   will configured => will be configured
>   (appears twice)
> 
> This is a minor typo doc fix so AFAIU RDP2 approval is not needed.
> 
> best regards,
> 
> -- daniel
> 
> diff --git a/src/java.logging/share/classes/java/util/logging/Logger.java b/src/java.logging/share/classes/java/util/logging/Logger.java
> --- a/src/java.logging/share/classes/java/util/logging/Logger.java
> +++ b/src/java.logging/share/classes/java/util/logging/Logger.java
> @@ -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>

 <http://oracle.com/us/design/oracle-email-sig-198324.gif>
 <http://oracle.com/us/design/oracle-email-sig-198324.gif> <http://oracle.com/us/design/oracle-email-sig-198324.gif>
 <http://oracle.com/us/design/oracle-email-sig-198324.gif>Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037
Oracle Java Engineering 
1 Network Drive 
Burlington, MA 01803
Lance.Andersen at oracle.com <mailto:Lance.Andersen at oracle.com>





More information about the core-libs-dev mailing list