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

Diff of /classpath/java/util/FormatFlagsConversionMismatchException.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 51  public class FormatFlagsConversionMismat Line 51  public class FormatFlagsConversionMismat
51    
52    public FormatFlagsConversionMismatchException(String f, char c)    public FormatFlagsConversionMismatchException(String f, char c)
53    {    {
54        super("invalid flag " + f + " for conversion " + c);
55      this.f = f;      this.f = f;
56      this.c = c;      this.c = c;
57    }    }

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