Skip to content

Commit

Permalink
Document missing itself lock expression.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 424045220
  • Loading branch information
java-team-github-bot authored and Error Prone Team committed Jan 25, 2022
1 parent fbaa55b commit 048a664
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/bugpattern/GuardedBy.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ ClassName.methodName()
The static method specified by methodName(). Methods called to return locks
should be deterministic.

</td></tr><tr><td><code>
itself
</code></td><td>
The annotated field.

</td></tr></table>

### Annotations
Expand Down

0 comments on commit 048a664

Please sign in to comment.