Skip to content

Commit

Permalink
Latest docs on successful build 6618 auto-pushed to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
copybara-service[bot] committed Aug 28, 2024
1 parent 3a7a1ff commit d18ab21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ <h1 title="Annotation Type ThreadSafe" class="title">Annotation Type ThreadSafe<
<p>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
<a href="ThreadSafeTypeParameter.html" title="annotation in com.google.errorprone.annotations"><code>ThreadSafeTypeParameter</code></a> javadoc.
<code>ThreadSafeTypeParameter</code> javadoc.

<p>Fields annotated with <code>javax.annotation.concurrent.GuardedBy</code> 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
Expand Down

0 comments on commit d18ab21

Please sign in to comment.