summaryrefslogtreecommitdiff
path: root/sources/core/time/VSTime.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/core/time/VSTime.java')
-rw-r--r--sources/core/time/VSTime.java16
1 files changed, 13 insertions, 3 deletions
diff --git a/sources/core/time/VSTime.java b/sources/core/time/VSTime.java
index ce20ecc..0aebf4a 100644
--- a/sources/core/time/VSTime.java
+++ b/sources/core/time/VSTime.java
@@ -1,14 +1,24 @@
+/*
+ * VS is (c) 2008 by Paul C. Buetow
+ * vs@dev.buetow.org
+ */
package core.time;
-/** This interface is a guidline for general time format classes.
+// TODO: Auto-generated Javadoc
+/**
+ * This interface is a guidline for general time format classes.
*/
public interface VSTime {
- /** Getter method.
+
+ /**
+ * Getter method.
*
* @return The global time.
*/
public long getGlobalTime();
- /** String representation.
+
+ /**
+ * String representation.
*
* @return The representation of the implementing object as a string.
*/