aboutsummaryrefslogtreecommitdiffstats
path: root/guava/src/com/google/common/base/Preconditions.java
diff options
context:
space:
mode:
Diffstat (limited to 'guava/src/com/google/common/base/Preconditions.java')
-rw-r--r--guava/src/com/google/common/base/Preconditions.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/guava/src/com/google/common/base/Preconditions.java b/guava/src/com/google/common/base/Preconditions.java
index 802a309..4c22f1e 100644
--- a/guava/src/com/google/common/base/Preconditions.java
+++ b/guava/src/com/google/common/base/Preconditions.java
@@ -53,10 +53,6 @@ import javax.annotation.Nullable;
* perhaps ever. Postcondition or other invariant failures should not throw
* these types of exceptions.
*
- * <p>See the Guava User Guide on <a href=
- * "http://code.google.com/p/guava-libraries/wiki/PreconditionsExplained">
- * using {@code Preconditions}</a>.
- *
* @author Kevin Bourrillion
* @since 2.0 (imported from Google Collections Library)
*/