Skip to content

Commit 048a664

Browse files
java-team-github-botError Prone Team
authored and
Error Prone Team
committed
Document missing itself lock expression.
PiperOrigin-RevId: 424045220
1 parent fbaa55b commit 048a664

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/bugpattern/GuardedBy.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ ClassName.methodName()
100100
The static method specified by methodName(). Methods called to return locks
101101
should be deterministic.
102102

103+
</td></tr><tr><td><code>
104+
itself
105+
</code></td><td>
106+
The annotated field.
107+
103108
</td></tr></table>
104109

105110
### Annotations

0 commit comments

Comments
 (0)