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/VSTask.java | 1 + 1 file changed, 1 insertion(+) (limited to 'sources/core/VSTask.java') diff --git a/sources/core/VSTask.java b/sources/core/VSTask.java index 774dd7d..2c6500f 100644 --- a/sources/core/VSTask.java +++ b/sources/core/VSTask.java @@ -17,6 +17,7 @@ import protocols.VSProtocol; * Global timed tasks are being fullfilled if the simulation's time is reached. */ public class VSTask implements Comparable { + private static final long serialVersionUID = 1L; /** The Constant LOCAL. Used for the constructor if it's a local timed task. */ public final static boolean LOCAL = true; -- cgit v1.2.3