aboutsummaryrefslogtreecommitdiff
path: root/core/src/com/google/inject/internal/util/Preconditions.java
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/com/google/inject/internal/util/Preconditions.java')
-rw-r--r--core/src/com/google/inject/internal/util/Preconditions.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/com/google/inject/internal/util/Preconditions.java b/core/src/com/google/inject/internal/util/Preconditions.java
index 2dd1335d..e72b6a70 100644
--- a/core/src/com/google/inject/internal/util/Preconditions.java
+++ b/core/src/com/google/inject/internal/util/Preconditions.java
@@ -50,7 +50,7 @@ import java.util.NoSuchElementException;
* in their specifications to do so even when given perfectly valid input. That
* is, {@code null} is a valid parameter to the method {@link
* #checkNotNull(Object)} -- and technically this parameter could be even marked
- * as {@link com.google.inject.internal.Nullable} -- yet the method will still throw an exception anyway,
+ * as {@link com.google.inject.internal.util.Nullable} -- yet the method will still throw an exception anyway,
* because that's what its contract says to do.
*
* <p>This class may be used with the Google Web Toolkit (GWT).