summaryrefslogtreecommitdiff
path: root/sources/core/time/VSVectorTime.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-28 22:05:59 +0000
committerPaul Buetow <paul@buetow.org>2008-05-28 22:05:59 +0000
commit4d5a90f7191b6c175863d0375e9d1e17b2df39d4 (patch)
tree3d4ead53f3dc6e225688f18b554f767989cdd42b /sources/core/time/VSVectorTime.java
parentcaa0c0443dc39003d79e0e50656e12c39799c48a (diff)
Style and javadoc.
Diffstat (limited to 'sources/core/time/VSVectorTime.java')
-rw-r--r--sources/core/time/VSVectorTime.java7
1 files changed, 5 insertions, 2 deletions
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<Long> implements VSTime {
+ /** The serial version uid */
private static final long serialVersionUID = 1L;
/** The global time. */