Fix javadoc references
bug 35186 from Andreas Przygienda git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@185091 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
72b387b204
commit
f1f92df311
|
@ -1,6 +1,6 @@
|
|||
<!-- $Id$ -->
|
||||
<!--
|
||||
Copyright 2003-2004 The Apache Software Foundation
|
||||
Copyright 2003-2005 The Apache Software Foundation
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
@ -19,8 +19,8 @@
|
|||
This package contains implementations of the
|
||||
{@link org.apache.commons.collections.Closure Closure},
|
||||
{@link org.apache.commons.collections.Predicate Predicate},
|
||||
{@link org.apache.commons.collections.Predicate Transformer} and
|
||||
{@link org.apache.commons.collections.Predicate Factory} interfaces.
|
||||
{@link org.apache.commons.collections.Transformer Transformer} and
|
||||
{@link org.apache.commons.collections.Factory Factory} interfaces.
|
||||
These provide simple callbacks for processing with collections.
|
||||
</pre>
|
||||
</p>
|
||||
</BODY>
|
||||
|
|
Loading…
Reference in New Issue