Name: gsC80088 Date: 12/02/98
In the web page:
http://java.sun.com/products/jdk/1.2/docs/api/java/text/DecimalFormatSymbols.html
the descriptions of the methods:
- getInfinity
- getNaN
states that they return a character, while they return a String.
Moreover, ther methods:
- setDigit
- setGroupingSeparator
- setInfinity
- setMinusSign
- setNaN
- setPatternSeparator
- setPercent
- setPerMill
- setZeroDigit
althought intuitive, have no description of the
provided functionality.
(Review ID: 43595)
======================================================================