jdk/src/java.base/share/classes/java/lang/Long.java
changeset 28059 e576535359cc
parent 26462 d6d34934be12
child 30645 ca213ba02185
--- a/jdk/src/java.base/share/classes/java/lang/Long.java	Fri Dec 12 15:07:00 2014 -0500
+++ b/jdk/src/java.base/share/classes/java/lang/Long.java	Thu Oct 30 07:31:41 2014 -0700
@@ -971,7 +971,7 @@
     /**
      * Parses the string argument as an unsigned decimal {@code long}. The
      * characters in the string must all be decimal digits, except
-     * that the first character may be an an ASCII plus sign {@code
+     * that the first character may be an ASCII plus sign {@code
      * '+'} ({@code '\u005Cu002B'}). The resulting integer value
      * is returned, exactly as if the argument and the radix 10 were
      * given as arguments to the {@link