-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b65
-
generic
-
generic
--- /u/martin/ws/mustang/src/share/classes/java/util/Scanner.java 2005-10-07 19:40:08.521612000 -0700
+++ /u/martin/ws/typos/src/share/classes/java/util/Scanner.java 2005-11-27 23:46:06.290105000 -0800
@@ -1216,7 +1216,7 @@
* or greater than <code>Character.MAX_RADIX</code>, then an
* <code>IllegalArgumentException</code> is thrown.
*
- * <p>Invoking the {@link #reset)} method will set the scanner's radix to
+ * <p>Invoking the {@link #reset} method will set the scanner's radix to
* <code>10</code>.
*
* @param radix The radix to use when scanning numbers
+++ /u/martin/ws/typos/src/share/classes/java/util/Scanner.java 2005-11-27 23:46:06.290105000 -0800
@@ -1216,7 +1216,7 @@
* or greater than <code>Character.MAX_RADIX</code>, then an
* <code>IllegalArgumentException</code> is thrown.
*
- * <p>Invoking the {@link #reset)} method will set the scanner's radix to
+ * <p>Invoking the {@link #reset} method will set the scanner's radix to
* <code>10</code>.
*
* @param radix The radix to use when scanning numbers
- relates to
-
JDK-6288823 Need a "reset" method to reset Scanner's delimiter, locale and decimal setting.
-
- Resolved
-