/[classpath]/classpath/java/lang/Integer.java
ViewVC logotype

Diff of /classpath/java/lang/Integer.java

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

revision 1.21 by mark, Sun Nov 11 16:07:09 2001 UTC revision 1.22 by cbj, Thu Nov 15 03:57:29 2001 UTC
# Line 176  public final class Integer extends Numbe Line 176  public final class Integer extends Numbe
176      if (val == null) return def;      if (val == null) return def;
177      try      try
178        {        {
179        return decode(nm);        return decode(val);
180        }        }
181      catch (NumberFormatException e)      catch (NumberFormatException e)
182        {        {

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

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