summaryrefslogtreecommitdiff
path: root/java/src/TimeValue.java
diff options
context:
space:
mode:
authoreea1 <eea1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-09 19:03:52 +0000
committereea1 <eea1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-09 19:03:52 +0000
commitd56ef2244a60f643fc2fa788e735953940c985ed (patch)
tree658f4a95f515a5673fced23013b627624ca12666 /java/src/TimeValue.java
parentfbbffdd063a149ad69d1934c7348fae03bf53816 (diff)
downloadATCD-d56ef2244a60f643fc2fa788e735953940c985ed.tar.gz
Changed a few javadoc comments to avoid warnings.
Diffstat (limited to 'java/src/TimeValue.java')
-rw-r--r--java/src/TimeValue.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/TimeValue.java b/java/src/TimeValue.java
index 97334452a06..274fdd8cc3d 100644
--- a/java/src/TimeValue.java
+++ b/java/src/TimeValue.java
@@ -107,7 +107,7 @@ public class TimeValue
* of day offset by the given number of seconds and nanoseconds.
*@param sec Number of seconds to offset by
*@param nanos Number of nanoseconds to offset by
- *@see JACE.ASX.TimeValue;
+ *@see JACE.ASX.TimeValue
*@return TimeValue for the system time plus the given offset
*/
public static TimeValue relativeTimeOfDay(long sec, int nanos)
@@ -120,7 +120,7 @@ public class TimeValue
* Return a new TimeValue that represents the current system time
* of day offset by the given TimeValue.
*@param tv TimeValue to offset by
- *@see JACE.ASX.TimeValue;
+ *@see JACE.ASX.TimeValue
*@return TimeValue for the system time plus the given offset
*/
public static TimeValue relativeTimeOfDay(TimeValue offset)