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

Diff of /classpath/java/text/DecimalFormatSymbols.java

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

revision 1.12 by bryce, Tue Jun 15 22:40:39 2004 UTC revision 1.13 by mkoch, Fri Oct 22 17:15:57 2004 UTC
# Line 83  public final class DecimalFormatSymbols Line 83  public final class DecimalFormatSymbols
83      this (Locale.getDefault());      this (Locale.getDefault());
84    }    }
85    
86    private final String safeGetString (ResourceBundle bundle,    private String safeGetString(ResourceBundle bundle,
87                                        String name, String def)                                 String name, String def)
88    {    {
89      if (bundle != null)      if (bundle != null)
90        {        {
# Line 99  public final class DecimalFormatSymbols Line 99  public final class DecimalFormatSymbols
99      return def;      return def;
100    }    }
101    
102    private final char safeGetChar (ResourceBundle bundle,    private char safeGetChar(ResourceBundle bundle,
103                                    String name, char def)                             String name, char def)
104    {    {
105      String r = null;      String r = null;
106      if (bundle != null)      if (bundle != null)

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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