2003-12-16 Michael Koch <konqueror@gmx.de>

* java/awt/MenuComponent.java
	(serialVersionUID): Fixed value.

From-SVN: r74709
This commit is contained in:
Michael Koch 2003-12-16 20:08:01 +00:00 committed by Michael Koch
parent d63b5e9f25
commit 08a5a9a63a
2 changed files with 6 additions and 1 deletions

View file

@ -56,7 +56,7 @@ public abstract class MenuComponent implements Serializable
*/
// Serialization Constant
private static final long serialVersionUID = -4269533416223798698L;
private static final long serialVersionUID = -4536902356223894379L;
/*************************************************************************/