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:
Stephen Colebourne 2005-06-06 23:04:35 +00:00
parent 72b387b204
commit f1f92df311
1 changed files with 4 additions and 4 deletions

View File

@ -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>