summaryrefslogtreecommitdiff
path: root/java/awt/CardLayout.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/awt/CardLayout.java')
-rw-r--r--java/awt/CardLayout.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/awt/CardLayout.java b/java/awt/CardLayout.java
index 5bdb4acf9..38eb91ec0 100644
--- a/java/awt/CardLayout.java
+++ b/java/awt/CardLayout.java
@@ -53,6 +53,8 @@ import java.io.Serializable;
*/
public class CardLayout implements LayoutManager2, Serializable
{
+ static final long serialVersionUID = -4328196481005934313L;
+
/**
* Initializes a new instance of <code>CardLayout</code> with horizontal
* and vertical gaps of 0.