aboutsummaryrefslogtreecommitdiffstats
path: root/guava/src/com/google/common/primitives/package-info.java
diff options
context:
space:
mode:
Diffstat (limited to 'guava/src/com/google/common/primitives/package-info.java')
-rw-r--r--guava/src/com/google/common/primitives/package-info.java8
1 files changed, 1 insertions, 7 deletions
diff --git a/guava/src/com/google/common/primitives/package-info.java b/guava/src/com/google/common/primitives/package-info.java
index 205183f..a3b3a01 100644
--- a/guava/src/com/google/common/primitives/package-info.java
+++ b/guava/src/com/google/common/primitives/package-info.java
@@ -15,15 +15,10 @@
*/
/**
- * Static utilities for working with the eight primitive types and {@code void},
- * and value types for treating them as unsigned.
+ * Static utilities for working with the eight primitive types and {@code void}.
*
* <p>This package is a part of the open-source
* <a href="http://guava-libraries.googlecode.com">Guava libraries</a>.
- *
- * <p>See the Guava User Guide article on <a href=
- * "http://code.google.com/p/guava-libraries/wiki/PrimitivesExplained">
- * primitive utilities</a>.
*
* <h2>Contents</h2>
*
@@ -66,4 +61,3 @@
package com.google.common.primitives;
import javax.annotation.ParametersAreNonnullByDefault;
-