Author: mbenson
Date: Fri Sep 7 12:59:22 2007
New Revision: 573684
URL: http://svn.apache.org/viewvc?rev=573684&view=rev
Log:
javadoc
Modified:
commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/PredicateTransformer.java
Modified:
commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/PredicateTransformer.java
URL:
http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/PredicateTransformer.java?rev=573684&r1=573683&r2=573684&view=diff
==============================================================================
---
commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/PredicateTransformer.java
(original)
+++
commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/PredicateTransformer.java
Fri Sep 7 12:59:22 2007
@@ -23,7 +23,7 @@
/**
* 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$