diff options
Diffstat (limited to 'sources/core/time/VSTime.java')
| -rw-r--r-- | sources/core/time/VSTime.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sources/core/time/VSTime.java b/sources/core/time/VSTime.java index 0aebf4a..24f9b7d 100644 --- a/sources/core/time/VSTime.java +++ b/sources/core/time/VSTime.java @@ -9,17 +9,17 @@ package core.time; * This interface is a guidline for general time format classes. */ public interface VSTime { - + /** * Getter method. - * + * * @return The global time. */ public long getGlobalTime(); - + /** * String representation. - * + * * @return The representation of the implementing object as a string. */ public String toString(); |
