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

Reply via email to