aboutsummaryrefslogtreecommitdiff
path: root/libjava/classpath/java/lang/ref/WeakReference.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/java/lang/ref/WeakReference.java')
-rw-r--r--libjava/classpath/java/lang/ref/WeakReference.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/classpath/java/lang/ref/WeakReference.java b/libjava/classpath/java/lang/ref/WeakReference.java
index 563563b..9735643 100644
--- a/libjava/classpath/java/lang/ref/WeakReference.java
+++ b/libjava/classpath/java/lang/ref/WeakReference.java
@@ -7,7 +7,7 @@ GNU Classpath is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
-
+
GNU Classpath is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
@@ -51,8 +51,8 @@ package java.lang.ref;
* an object is not referenced anymore, the reference will
* automatically cleared, and you may remove it from the set. <br>
*
- * @author Jochen Hoenicke
- * @see java.util.WeakHashMap
+ * @author Jochen Hoenicke
+ * @see java.util.WeakHashMap
*/
public class WeakReference<T>
extends Reference<T>