summaryrefslogtreecommitdiff
path: root/sources/core/time/VSVectorTime.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-25 05:04:07 +0000
committerPaul Buetow <paul@buetow.org>2008-05-25 05:04:07 +0000
commit62fe28f0b0b0c9ebde18a6dc33907889ff3aa21b (patch)
tree7e473f28a7b80494539aabeb6d04e83eb3090a77 /sources/core/time/VSVectorTime.java
parent067fb8bcf8a2d7689d356a591f8e074e6c4840b1 (diff)
initial javadoc.
Diffstat (limited to 'sources/core/time/VSVectorTime.java')
-rw-r--r--sources/core/time/VSVectorTime.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/sources/core/time/VSVectorTime.java b/sources/core/time/VSVectorTime.java
index 7d0f371..eb6c0aa 100644
--- a/sources/core/time/VSVectorTime.java
+++ b/sources/core/time/VSVectorTime.java
@@ -3,7 +3,6 @@ package core.time;
import java.util.ArrayList;
public class VSVectorTime extends ArrayList<Long> implements VSTime {
- /* Only needed for painting in the painting panel */
private long globalTime;
public VSVectorTime(long globalTime) {