From 009350323123fc4b47041cb2194e8df19f69423b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 25 May 2008 09:03:33 +0000 Subject: Run astyle. --- sources/core/time/VSVectorTime.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sources/core/time/VSVectorTime.java') 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 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 implements VSTime { /** * To long array. - * + * * @return the long[] */ public long[] toLongArray() { @@ -42,7 +42,7 @@ public class VSVectorTime extends ArrayList 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 implements VSTime { /** * Gets the copy. - * + * * @return the copy */ public VSVectorTime getCopy() { -- cgit v1.2.3