2003-03-31 Michael Koch <konqueror@gmx.de>
* java/awt/font/TextAttribute.java (readResolve): Throws java.io.InvalidObjectException. From-SVN: r65080
This commit is contained in:
committed by
Michael Koch
parent
a1bda993d5
commit
c32130d9d2
@@ -38,6 +38,7 @@ exception statement from your version. */
|
||||
|
||||
package java.awt.font;
|
||||
|
||||
import java.io.InvalidObjectException;
|
||||
import java.text.AttributedCharacterIterator;
|
||||
|
||||
public final class TextAttribute extends AttributedCharacterIterator.Attribute
|
||||
@@ -115,6 +116,7 @@ public final class TextAttribute extends AttributedCharacterIterator.Attribute
|
||||
}
|
||||
|
||||
protected Object readResolve ()
|
||||
throws InvalidObjectException
|
||||
{
|
||||
throw new Error ("not implemented");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user