From 4d5a90f7191b6c175863d0375e9d1e17b2df39d4 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 28 May 2008 22:05:59 +0000 Subject: Style and javadoc. --- sources/core/time/VSTime.java | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'sources/core/time/VSTime.java') diff --git a/sources/core/time/VSTime.java b/sources/core/time/VSTime.java index c68882b..c5a2805 100644 --- a/sources/core/time/VSTime.java +++ b/sources/core/time/VSTime.java @@ -4,22 +4,23 @@ */ package core.time; -// TODO: Auto-generated Javadoc /** * This interface is a guidline for general time format classes. + * + * @author Paul C. Buetow */ public interface VSTime { /** - * Getter method. + * Gets the global time. * - * @return The global time. + * @return The global time */ public long getGlobalTime(); /** - * String representation. + * Returns a string representation. * - * @return The representation of the implementing object as a string. + * @return The representation of the implementing object as a string */ public String toString(); } -- cgit v1.2.3