aboutsummaryrefslogtreecommitdiffstats
path: root/guava/src/com/google/common/collect/TreeBasedTable.java
diff options
context:
space:
mode:
Diffstat (limited to 'guava/src/com/google/common/collect/TreeBasedTable.java')
-rw-r--r--guava/src/com/google/common/collect/TreeBasedTable.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/guava/src/com/google/common/collect/TreeBasedTable.java b/guava/src/com/google/common/collect/TreeBasedTable.java
index 2ead64e..d996c27 100644
--- a/guava/src/com/google/common/collect/TreeBasedTable.java
+++ b/guava/src/com/google/common/collect/TreeBasedTable.java
@@ -66,10 +66,6 @@ import javax.annotation.Nullable;
* access this table concurrently and one of the threads modifies the table, it
* must be synchronized externally.
*
- * <p>See the Guava User Guide article on <a href=
- * "http://code.google.com/p/guava-libraries/wiki/NewCollectionTypesExplained#Table">
- * {@code Table}</a>.
- *
* @author Jared Levy
* @author Louis Wasserman
* @since 7.0