9 RFR: 8178139: Minor typo in API documentation of java.util.logging.Logger
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>
looks fine Daniel
On Apr 6, 2017, at 7:00 AM, Daniel Fuchs <daniel.fuchs@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@oracle.com <mailto:Lance.Andersen@oracle.com>
On 06/04/2017 12:02, Lance Andersen wrote:
looks fine Daniel
Thanks Lance. Pushed. -- daniel
On Apr 6, 2017, at 7:00 AM, Daniel Fuchs <daniel.fuchs@oracle.com <mailto:daniel.fuchs@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@oracle.com <mailto:Lance.Andersen@oracle.com>
participants (2)
-
Daniel Fuchs
-
Lance Andersen