diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-25 09:03:10 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-25 09:03:10 +0000 |
| commit | bb1dbccae485263ea5182546006339870c57b367 (patch) | |
| tree | 23cfaf1175721d5744bd4f7eaa25b78c71c39c60 /sources/core/time/VSVectorTime.java | |
| parent | a10580c984fe08374d4c591102115966e5ed31d1 (diff) | |
comments.
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 */ |
