Browse Source

Incorrect javadoc

master
twogee 4 years ago
parent
commit
ec54907e22
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/testcases/taskdefs/rmic/src/AntTimestamp.java

+ 2
- 2
src/etc/testcases/taskdefs/rmic/src/AntTimestamp.java View File

@@ -31,8 +31,8 @@ public class AntTimestamp implements RemoteTimestamp {
* 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();


Loading…
Cancel
Save