Commit 08a5a9a6 by Michael Koch Committed by Michael Koch

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

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

From-SVN: r74709
parent d63b5e9f
2003-12-16 Michael Koch <konqueror@gmx.de>
* java/awt/MenuComponent.java
(serialVersionUID): Fixed value.
2003-12-16 Fernando Nasser <fnasser@redhat.com>
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c
......
......@@ -56,7 +56,7 @@ public abstract class MenuComponent implements Serializable
*/
// Serialization Constant
private static final long serialVersionUID = -4269533416223798698L;
private static final long serialVersionUID = -4536902356223894379L;
/*************************************************************************/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment