/[classpath]/classpath/java/awt/Font.java
ViewVC logotype

Diff of /classpath/java/awt/Font.java

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

revision 1.23 by mkoch, Wed Nov 17 08:04:00 2004 UTC revision 1.24 by mkoch, Mon Feb 21 16:11:48 2005 UTC
# Line 1  Line 1 
1  /* Font.java -- Font object  /* Font.java -- Font object
2     Copyright (C) 1999, 2002, 2004 Free Software Foundation, Inc.     Copyright (C) 1999, 2002, 2004, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 247  private static final long serialVersionU Line 247  private static final long serialVersionU
247          {          {
248            tokenval = Integer.parseInt(token);            tokenval = Integer.parseInt(token);
249          }          }
250        catch(NumberFormatException e) { ; }        catch(NumberFormatException e)
251            {
252              // Ignored.
253            }
254    
255        if (tokenval != 0)        if (tokenval != 0)
256          size = tokenval;          size = tokenval;

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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