From 5b6bf8d65ecd6b4b3cccc17314dd763255fb3856 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 25 May 2008 09:48:22 +0000 Subject: Added private static final long serialVersionUID = 1L; Some docu update. --- sources/core/time/VSLamportTime.java | 1 + 1 file changed, 1 insertion(+) (limited to 'sources/core/time/VSLamportTime.java') diff --git a/sources/core/time/VSLamportTime.java b/sources/core/time/VSLamportTime.java index c3b138b..e78970f 100644 --- a/sources/core/time/VSLamportTime.java +++ b/sources/core/time/VSLamportTime.java @@ -9,6 +9,7 @@ package core.time; * This class defined how the lamport timestamps are represented. */ public class VSLamportTime implements VSTime { + private static final long serialVersionUID = 1L; /** Specified the global time of the lamport timestamp. It's used for correct painting in the simulator paint area. */ private long globalTime; -- cgit v1.2.3