diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-25 09:03:33 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-25 09:03:33 +0000 |
| commit | 009350323123fc4b47041cb2194e8df19f69423b (patch) | |
| tree | a9562cf215181a03137d5281d49d26e0fe5a3b45 /sources/core/time/VSVectorTime.java | |
| parent | bb1dbccae485263ea5182546006339870c57b367 (diff) | |
Run astyle.
Diffstat (limited to 'sources/core/time/VSVectorTime.java')
| -rw-r--r-- | sources/core/time/VSVectorTime.java | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sources/core/time/VSVectorTime.java b/sources/core/time/VSVectorTime.java index 05115c2..4b48477 100644 --- a/sources/core/time/VSVectorTime.java +++ b/sources/core/time/VSVectorTime.java @@ -11,14 +11,14 @@ import java.util.ArrayList; * The Class VSVectorTime. */ public class VSVectorTime extends ArrayList<Long> implements VSTime { - private static final long serialVersionUID = 1L; - + private static final long serialVersionUID = 1L; + /** The global time. */ private long globalTime; /** * Instantiates a new vector time. - * + * * @param globalTime the global time */ public VSVectorTime(long globalTime) { @@ -27,7 +27,7 @@ public class VSVectorTime extends ArrayList<Long> implements VSTime { /** * To long array. - * + * * @return the long[] */ public long[] toLongArray() { @@ -42,7 +42,7 @@ public class VSVectorTime extends ArrayList<Long> implements VSTime { /** * Sets the global time. - * + * * @param globalTime the new global time */ public void setGlobalTime(long globalTime) { @@ -58,7 +58,7 @@ public class VSVectorTime extends ArrayList<Long> implements VSTime { /** * Gets the copy. - * + * * @return the copy */ public VSVectorTime getCopy() { |
