diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-28 22:05:59 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-28 22:05:59 +0000 |
| commit | 4d5a90f7191b6c175863d0375e9d1e17b2df39d4 (patch) | |
| tree | 3d4ead53f3dc6e225688f18b554f767989cdd42b /sources/core/time/VSVectorTime.java | |
| parent | caa0c0443dc39003d79e0e50656e12c39799c48a (diff) | |
Style and javadoc.
Diffstat (limited to 'sources/core/time/VSVectorTime.java')
| -rw-r--r-- | sources/core/time/VSVectorTime.java | 7 |
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. */ |
