aboutsummaryrefslogtreecommitdiff
path: root/guava/src/com/google/common/annotations/VisibleForTesting.java
diff options
context:
space:
mode:
Diffstat (limited to 'guava/src/com/google/common/annotations/VisibleForTesting.java')
-rw-r--r--guava/src/com/google/common/annotations/VisibleForTesting.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/guava/src/com/google/common/annotations/VisibleForTesting.java b/guava/src/com/google/common/annotations/VisibleForTesting.java
index e767afcdd..24b4db5bd 100644
--- a/guava/src/com/google/common/annotations/VisibleForTesting.java
+++ b/guava/src/com/google/common/annotations/VisibleForTesting.java
@@ -22,8 +22,8 @@ package com.google.common.annotations;
* bad design, and it does not prevent anyone from using the declaration---and experience has shown
* that they will. If the method breaks the encapsulation of its class, then its internal
* representation will be hard to change. Instead, use <a
- * href="http://errorprone.info/bugpattern/RestrictedApiChecker">RestrictedApiChecker</a>, which
- * enforces fine-grained visibility policies.
+ * href="http://errorprone.info/bugpattern/RestrictedApi">RestrictedApiChecker</a>, which enforces
+ * fine-grained visibility policies.
*
* @author Johannes Henkel
*/