/[classpath]/classpath/java/awt/font/TextAttribute.java
ViewVC logotype

Diff of /classpath/java/awt/font/TextAttribute.java

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

revision 1.1 by mkoch, Mon Feb 17 08:05:50 2003 UTC revision 1.2 by mkoch, Mon Mar 31 09:58:22 2003 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package java.awt.font;  package java.awt.font;
40    
41    import java.io.InvalidObjectException;
42  import java.text.AttributedCharacterIterator;  import java.text.AttributedCharacterIterator;
43    
44  public final class TextAttribute extends AttributedCharacterIterator.Attribute  public final class TextAttribute extends AttributedCharacterIterator.Attribute
# Line 115  public final class TextAttribute extends Line 116  public final class TextAttribute extends
116    }    }
117        
118    protected Object readResolve ()    protected Object readResolve ()
119        throws InvalidObjectException
120    {    {
121      throw new Error ("not implemented");      throw new Error ("not implemented");
122    }    }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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