diff --git a/api/latest/com/google/errorprone/annotations/ThreadSafe.html b/api/latest/com/google/errorprone/annotations/ThreadSafe.html index 9b9e32f46e1..bc129334e0d 100644 --- a/api/latest/com/google/errorprone/annotations/ThreadSafe.html +++ b/api/latest/com/google/errorprone/annotations/ThreadSafe.html @@ -138,7 +138,7 @@

Annotation Type ThreadSafe<

This first requirement means the type is at least inherently shallowly thread-safe. For types with type parameters to be deemed deeply thread-safe, those of these types that denote containment must also be deemed thread-safe. A full explanation of this can be found in the - ThreadSafeTypeParameter javadoc. + ThreadSafeTypeParameter javadoc.

Fields annotated with javax.annotation.concurrent.GuardedBy are likely the meat of a mutable thread-safe class: these are things that need to be mutated, but should be done so in a