diff options
Diffstat (limited to 'libjava/classpath/java/rmi/dgc/Lease.java')
-rw-r--r-- | libjava/classpath/java/rmi/dgc/Lease.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libjava/classpath/java/rmi/dgc/Lease.java b/libjava/classpath/java/rmi/dgc/Lease.java index 36ff12a..58b82cf 100644 --- a/libjava/classpath/java/rmi/dgc/Lease.java +++ b/libjava/classpath/java/rmi/dgc/Lease.java @@ -56,7 +56,7 @@ public final class Lease /** * Create the new lease with the given id and duration - * + * * @param id the lease id * @param duration the lease duration */ @@ -68,7 +68,7 @@ public final class Lease /** * Get the lease id. - * + * * @return the lease id */ public VMID getVMID() @@ -78,7 +78,7 @@ public final class Lease /** * Get the lease duration - * + * * @return the lease duration */ public long getValue() @@ -88,7 +88,7 @@ public final class Lease /** * Get the string representation of this lease - * + * * @return the string represenation (lease id, followed by the lease * duration). */ |