You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2009/09/15 20:52:25 UTC

svn commit: r815446 - /commons/proper/collections/trunk/src/java/org/apache/commons/collections/PredicateUtils.java

Author: sebb
Date: Tue Sep 15 18:52:25 2009
New Revision: 815446

URL: http://svn.apache.org/viewvc?rev=815446&view=rev
Log:
Javadoc fix

Modified:
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/PredicateUtils.java

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/PredicateUtils.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/PredicateUtils.java?rev=815446&r1=815445&r2=815446&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/PredicateUtils.java (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/PredicateUtils.java Tue Sep 15 18:52:25 2009
@@ -115,7 +115,7 @@
      * @see org.apache.commons.collections.functors.FalsePredicate
      *
      * @return the predicate
-     * @deprecated use {@link FalsePredicate#()} instead.
+     * @deprecated use {@link FalsePredicate#falsePredicate()} instead.
      */
     @Deprecated
     public static <T> Predicate<T> falsePredicate() {