MenuComponent.java: Import java.io.Serialization.
2003-12-04 Michael Koch <konqueror@gmx.de> * java/awt/MenuComponent.java: Import java.io.Serialization. * java/awt/MenuItem.java: Likewise. * java/awt/TextComponent.java: Likewise. * java/awt/image/ImagingOpException.java (serialVersionUID): Fixed. From-SVN: r74286
This commit is contained in:
parent
6938ec6c89
commit
02bec8cb64
5 changed files with 22 additions and 9 deletions
libjava/java/awt/image
|
@ -1,5 +1,5 @@
|
|||
/* ImagingOpException.java -- indicates an imaging filter failure
|
||||
Copyright (C) 2002 Free Software Foundation, Inc.
|
||||
Copyright (C) 2002, 2003 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
|
@ -52,7 +52,7 @@ public class ImagingOpException extends RuntimeException
|
|||
/**
|
||||
* Compatible with JDK 1.0+.
|
||||
*/
|
||||
private static final long serialVersionUID = 96598996116164315L;
|
||||
private static final long serialVersionUID = 8026288481846276658L;
|
||||
|
||||
/**
|
||||
* Create a new instance with a descriptive error message.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue