jdk/src/java.base/share/classes/java/lang/Integer.java
changeset 28059 e576535359cc
parent 26462 d6d34934be12
child 31671 362e0c0acece
--- a/jdk/src/java.base/share/classes/java/lang/Integer.java	Fri Dec 12 15:07:00 2014 -0500
+++ b/jdk/src/java.base/share/classes/java/lang/Integer.java	Thu Oct 30 07:31:41 2014 -0700
@@ -840,7 +840,7 @@
     /**
      * Parses the string argument as an unsigned decimal integer. 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