RFR: 8067377: My hobby: caning, then then canning, the the can-can

Daniel Fuchs daniel.fuchs at oracle.com
Sat Dec 13 12:27:55 UTC 2014


On 12/12/14 10:34 PM, Martin Buchholz wrote:
> Hi Joe, Lance, Roger,
>
> Fix ALL the stutters!
>
> https://bugs.openjdk.java.net/browse/JDK-8067377
> http://cr.openjdk.java.net/~martin/webrevs/openjdk9/double-trouble/

Hi Martin,

Impressive!  There may still be a typo in the one below:

diff --git a/src/java.naming/share/classes/com/sun/jndi/ldap/LdapReferralException.java b/src/java.naming/share/classes/com/sun/jndi/ldap/LdapReferralException.java
--- a/src/java.naming/share/classes/com/sun/jndi/ldap/LdapReferralException.java
+++ b/src/java.naming/share/classes/com/sun/jndi/ldap/LdapReferralException.java
@@ -59,7 +59,7 @@
    * objects.
    * <p>
    * If an exception was recorded while processing a chain of
-  * <tt>LdapReferralException</tt> objects then is is throw once
+  * <tt>LdapReferralException</tt> objects then it is throw once
    * processing has completed.


Shouldn't this be:

-  * <tt>LdapReferralException</tt> objects then is is throw once
+  * <tt>LdapReferralException</tt> objects then it is thrown once

(throw -> thrown)

best regards,

-- daniel




More information about the core-libs-dev mailing list