summaryrefslogtreecommitdiff
path: root/sources/core/time/VSVectorTime.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/core/time/VSVectorTime.java')
-rw-r--r--sources/core/time/VSVectorTime.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/sources/core/time/VSVectorTime.java b/sources/core/time/VSVectorTime.java
index 647eb7a..05115c2 100644
--- a/sources/core/time/VSVectorTime.java
+++ b/sources/core/time/VSVectorTime.java
@@ -11,12 +11,13 @@ import java.util.ArrayList;
* The Class VSVectorTime.
*/
public class VSVectorTime extends ArrayList<Long> implements VSTime {
-
+ private static final long serialVersionUID = 1L;
+
/** The global time. */
private long globalTime;
/**
- * Instantiates a new vS vector time.
+ * Instantiates a new vector time.
*
* @param globalTime the global time
*/