/[classpath]/classpath/java/text/DecimalFormat.java
ViewVC logotype

Diff of /classpath/java/text/DecimalFormat.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16.2.1 by gnu_andrew, Sat Jan 15 17:02:15 2005 UTC revision 1.16.2.2 by gnu_andrew, Sun Jan 16 02:14:48 2005 UTC
# Line 447  public class DecimalFormat extends Numbe Line 447  public class DecimalFormat extends Numbe
447              && useExponentialNotation == dup.useExponentialNotation);              && useExponentialNotation == dup.useExponentialNotation);
448    }    }
449    
450    protected void formatInternal (double number, FormatBuffer dest,    private void formatInternal (double number, FormatBuffer dest,
451                                   FieldPosition fieldPos)                                 FieldPosition fieldPos)
452    {    {
453      // A very special case.      // A very special case.
454      if (Double.isNaN(number))      if (Double.isNaN(number))

Legend:
Removed from v.1.16.2.1  
changed lines
  Added in v.1.16.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26