From bb1dbccae485263ea5182546006339870c57b367 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 25 May 2008 09:03:10 +0000 Subject: comments. --- sources/core/time/VSVectorTime.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sources/core/time/VSVectorTime.java') 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 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 */ -- cgit v1.2.3