You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Jesse Glick <je...@sun.com> on 2006/11/14 04:24:51 UTC

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

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


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