/[classpath]/classpath/java/util/IllegalFormatException.java
ViewVC logotype

Diff of /classpath/java/util/IllegalFormatException.java

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

revision 1.1.2.3 by gnu_andrew, Wed Sep 21 21:32:40 2005 UTC revision 1.1.2.4 by tromey, Sun Sep 25 02:55:13 2005 UTC
# Line 46  public class IllegalFormatException exte Line 46  public class IllegalFormatException exte
46    IllegalFormatException()    IllegalFormatException()
47    {    {
48    }    }
49    
50      IllegalFormatException(String msg)
51      {
52        super(msg);
53      }
54  }  }

Legend:
Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4

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