From d3dcc31c3d589c6121a44f3a1bd96b3ae4dca116 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Mon, 13 Nov 2006 20:27:18 +0000 Subject: [PATCH] remove link as import is not used git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@474494 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/tools/ant/util/optional/WeakishReference12.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/org/apache/tools/ant/util/optional/WeakishReference12.java b/src/main/org/apache/tools/ant/util/optional/WeakishReference12.java index f8ebfc3f5..0c2ada6d5 100644 --- a/src/main/org/apache/tools/ant/util/optional/WeakishReference12.java +++ b/src/main/org/apache/tools/ant/util/optional/WeakishReference12.java @@ -24,7 +24,7 @@ import org.apache.tools.ant.util.WeakishReference; * This is a reference that really is is Weak, as it uses the * appropriate java.lang.ref class. * @deprecated since 1.7. - * Just use {@link WeakReference} directly. + * Just use WeakReference directly. * Note that in ant1.7 is parent was changed to extend HardReference. * This is because the latter has access to the (package scoped) * WeakishReference(Object) constructor, and both that and this are thin