/[classpath]/classpath/javax/swing/text/DefaultFormatter.java
ViewVC logotype

Diff of /classpath/javax/swing/text/DefaultFormatter.java

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

revision 1.3.2.2 by gnu_andrew, Tue Sep 20 18:46:35 2005 UTC revision 1.3.2.3 by gnu_andrew, Wed Nov 2 00:44:02 2005 UTC
# Line 175  public class DefaultFormatter extends JF Line 175  public class DefaultFormatter extends JF
175                catch (ParseException pe)                catch (ParseException pe)
176                  {                  {
177                    // if that happens, something serious must be wrong                    // if that happens, something serious must be wrong
178                    throw new AssertionError("values must be parseable");                    AssertionError ae;
179                      ae = new AssertionError("values must be parseable");
180                      ae.initCause(pe);
181                      throw ae;
182                  }                  }
183              }              }
184          }          }

Legend:
Removed from v.1.3.2.2  
changed lines
  Added in v.1.3.2.3

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