aboutsummaryrefslogtreecommitdiffstats
path: root/guava/src/com/google/common/base/Predicate.java
diff options
context:
space:
mode:
Diffstat (limited to 'guava/src/com/google/common/base/Predicate.java')
-rw-r--r--guava/src/com/google/common/base/Predicate.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/guava/src/com/google/common/base/Predicate.java b/guava/src/com/google/common/base/Predicate.java
index 7345742..08d9f64 100644
--- a/guava/src/com/google/common/base/Predicate.java
+++ b/guava/src/com/google/common/base/Predicate.java
@@ -23,12 +23,6 @@ import javax.annotation.Nullable;
/**
* Determines a true or false value for a given input.
*
- * <p>The {@link Predicates} class provides common predicates and related utilities.
- *
- * <p>See the Guava User Guide article on <a href=
- * "http://code.google.com/p/guava-libraries/wiki/FunctionalExplained">the use of {@code
- * Predicate}</a>.
- *
* @author Kevin Bourrillion
* @since 2.0 (imported from Google Collections Library)
*/