git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@573684 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Matthew Jason Benson 2007-09-07 19:59:22 +00:00
parent 3af55cd334
commit 8357f61e3d
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ import org.apache.commons.collections.Transformer;
/**
* Transformer implementation that calls a Predicate using the input object
* and then returns the input.
* and then returns the result.
*
* @since Commons Collections 3.0
* @version $Revision$ $Date$