diff options
Diffstat (limited to 'sources/core/VSTask.java')
| -rw-r--r-- | sources/core/VSTask.java | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
