aboutsummaryrefslogtreecommitdiffstats
path: root/guava/src/com/google/common/primitives/SignedBytes.java
diff options
context:
space:
mode:
Diffstat (limited to 'guava/src/com/google/common/primitives/SignedBytes.java')
-rw-r--r--guava/src/com/google/common/primitives/SignedBytes.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/guava/src/com/google/common/primitives/SignedBytes.java b/guava/src/com/google/common/primitives/SignedBytes.java
index 07e3bda..00a36d8 100644
--- a/guava/src/com/google/common/primitives/SignedBytes.java
+++ b/guava/src/com/google/common/primitives/SignedBytes.java
@@ -28,10 +28,6 @@ import java.util.Comparator;
* interpret values as signed. The corresponding methods that treat the values
* as unsigned are found in {@link UnsignedBytes}, and the methods for which
* signedness is not an issue are in {@link Bytes}.
- *
- * <p>See the Guava User Guide article on <a href=
- * "http://code.google.com/p/guava-libraries/wiki/PrimitivesExplained">
- * primitive utilities</a>.
*
* @author Kevin Bourrillion
* @since 1.0