summaryrefslogtreecommitdiff
path: root/sources/core/time/VSVectorTime.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/core/time/VSVectorTime.java')
-rw-r--r--sources/core/time/VSVectorTime.java12
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() {