diff options
Diffstat (limited to 'sources/core/time/VSVectorTime.java')
| -rw-r--r-- | sources/core/time/VSVectorTime.java | 5 |
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 */ |
