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/VSTime.java | |
| parent | bb1dbccae485263ea5182546006339870c57b367 (diff) | |
Run astyle.
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(); |
