diff options
Diffstat (limited to 'java/security/Key.java')
| -rw-r--r-- | java/security/Key.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/security/Key.java b/java/security/Key.java index 08a5313a2..496c67d32 100644 --- a/java/security/Key.java +++ b/java/security/Key.java @@ -1,5 +1,5 @@ /* Key.java -- A abstract representation of a digital key - Copyright (C) 1998 Free Software Foundation, Inc. + Copyright (C) 1998, 2000 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -53,7 +53,7 @@ public interface Key extends Serializable /** * The verion identifier used for serialization. */ -public static final long serialVersionUID = 0L; +public static final long serialVersionUID = 6603384152749567654L; /*************************************************************************/ |
