FULL PRODUCT VERSION :
A DESCRIPTION OF THE PROBLEM :
Typo:
Javadoc for java.util.Scanner#useDelimiter(java.lang.String) mentions
hasDelimiter(Pattern.compile(pattern))
but should say
useDelimiter(Pattern.compile(pattern))
REPRODUCIBILITY :
This bug can be reproduced always.
###@###.### 2005-04-12 06:19:56 GMT
A DESCRIPTION OF THE PROBLEM :
Typo:
Javadoc for java.util.Scanner#useDelimiter(java.lang.String) mentions
hasDelimiter(Pattern.compile(pattern))
but should say
useDelimiter(Pattern.compile(pattern))
REPRODUCIBILITY :
This bug can be reproduced always.
###@###.### 2005-04-12 06:19:56 GMT