StreamTokenizer.java
19.1 KB
-
StreamTokenizer.java: Don't throw a NumberFormatException if a field is numeric as far as the... · ad17a40d
2000-09-01 Andrew Haley <aph@redhat.com> * java/io/StreamTokenizer.java: Don't throw a NumberFormatException if a field is numeric as far as the StreamTokenizer is concerned but not as far as Double.valueOf() is concerned: return a zero instead. For gcj/141. From-SVN: r36100
Andrew Haley committed