From 4d5a90f7191b6c175863d0375e9d1e17b2df39d4 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 28 May 2008 22:05:59 +0000 Subject: Style and javadoc. --- sources/core/time/VSVectorTime.java | 7 +++++-- 1 file changed, 5 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 4b48477..5a52f96 100644 --- a/sources/core/time/VSVectorTime.java +++ b/sources/core/time/VSVectorTime.java @@ -6,11 +6,14 @@ package core.time; import java.util.ArrayList; -// TODO: Auto-generated Javadoc /** - * The Class VSVectorTime. + * The Class VSVectorTime. This class defined how the vector + * timestamps are represented. + * + * @author Paul C. Buetow */ public class VSVectorTime extends ArrayList implements VSTime { + /** The serial version uid */ private static final long serialVersionUID = 1L; /** The global time. */ -- cgit v1.2.3