summaryrefslogtreecommitdiff
path: root/sources/utils/VSTools.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/utils/VSTools.java')
-rw-r--r--sources/utils/VSTools.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/sources/utils/VSTools.java b/sources/utils/VSTools.java
index a6c34a0..e4db8e1 100644
--- a/sources/utils/VSTools.java
+++ b/sources/utils/VSTools.java
@@ -10,12 +10,12 @@ package utils;
* The Class VSTools.
*/
public final class VSTools {
-
+
/**
* Gets the time string.
- *
+ *
* @param time the time
- *
+ *
* @return the time string
*/
public static String getTimeString(long time) {
@@ -26,12 +26,12 @@ public final class VSTools {
return ret + "ms";
}
-
+
/**
* Gets the string time.
- *
+ *
* @param string the string
- *
+ *
* @return the string time
*/
public static long getStringTime(String string) {