Incorrect javadoc
diff --git a/src/etc/testcases/taskdefs/rmic/src/AntTimestamp.java b/src/etc/testcases/taskdefs/rmic/src/AntTimestamp.java
index 25e8f73..5d25b3e 100644
--- a/src/etc/testcases/taskdefs/rmic/src/AntTimestamp.java
+++ b/src/etc/testcases/taskdefs/rmic/src/AntTimestamp.java
@@ -31,8 +31,8 @@
      * which goes to show why signature is an inadequate way of verifying
      * how well an interface is implemented.
      *
-     * @return
-     * @throws RemoteException
+     * @return the phase of the moon
+     * @throws RemoteException hopefully never
      */
     public long when() throws RemoteException {
         Calendar cal = Calendar.getInstance();