org/homelinux/largo/games/board/chessboard/ChessBoard.java
changeset 14 f12f77aa13b2
parent 13 f83884cc7d2f
child 16 55b0d5006e7b
--- a/org/homelinux/largo/games/board/chessboard/ChessBoard.java
+++ b/org/homelinux/largo/games/board/chessboard/ChessBoard.java
@@ -12,7 +12,7 @@
 import org.homelinux.largo.utils.ImgComponent;
 
 public class ChessBoard extends Board {
-    static final long serialVersionUID = 140208;
+    static final long serialVersionUID = 1L;
 
     static final int ROOK = 1;
     static final int KNIGHT = 2;