You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by pe...@apache.org on 2006/11/13 21:27:19 UTC

svn commit: r474494 - /ant/core/trunk/src/main/org/apache/tools/ant/util/optional/WeakishReference12.java

Author: peterreilly
Date: Mon Nov 13 12:27:18 2006
New Revision: 474494

URL: http://svn.apache.org/viewvc?view=rev&rev=474494
Log:
remove link as import is not used

Modified:
    ant/core/trunk/src/main/org/apache/tools/ant/util/optional/WeakishReference12.java

Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/optional/WeakishReference12.java
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/optional/WeakishReference12.java?view=diff&rev=474494&r1=474493&r2=474494
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/util/optional/WeakishReference12.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/util/optional/WeakishReference12.java Mon Nov 13 12:27:18 2006
@@ -24,7 +24,7 @@
  * 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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: svn commit: r474494 - /ant/core/trunk/src/main/org/apache/tools/ant/util/optional/WeakishReference12.java

Posted by Peter Reilly <pe...@gmail.com>.
On 11/14/06, Jesse Glick <je...@sun.com> wrote:
> peterreilly@apache.org wrote:
> > remove link as import is not used
> >
> > URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/optional/WeakishReference12.java?view=diff&rev=474494&r1=474493&r2=474494
> > - *             Just use {@link WeakReference} directly.
> > + *             Just use WeakReference directly.
>
> BTW it works to replace with
>
> {@link java.util.ref.WeakReference}
>
Thanks!

Peter

> -J.
>
> --
> jesse.glick@sun.com  x22801  netbeans.org  ant.apache.org
>        http://google.com/search?q=e%5E%28pi*i%29%2B1
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> For additional commands, e-mail: dev-help@ant.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: svn commit: r474494 - /ant/core/trunk/src/main/org/apache/tools/ant/util/optional/WeakishReference12.java

Posted by Jesse Glick <je...@sun.com>.
peterreilly@apache.org wrote:
> remove link as import is not used
> 
> URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/optional/WeakishReference12.java?view=diff&rev=474494&r1=474493&r2=474494
> - *             Just use {@link WeakReference} directly.
> + *             Just use WeakReference directly.

BTW it works to replace with

{@link java.util.ref.WeakReference}

-J.

-- 
jesse.glick@sun.com  x22801  netbeans.org  ant.apache.org
       http://google.com/search?q=e%5E%28pi*i%29%2B1


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org