-
Notifications
You must be signed in to change notification settings - Fork 374
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CELEBORN-1079] Fix use of GuardedBy in client-flink/common
* Fix use of `GuardedBy` on nonexistant lock. * Annotate methods, which are expected to be called with lock held, with `GuardedBy` so that error prone can analyze all invocations There is no functional change, but it helps errorprone analysis. No Unit tests Closes #2029 from mridulm/fix-flink-guarded-by-annotation. Authored-by: Mridul Muralidharan <mridulatgmail.com> Signed-off-by: zky.zhoukeyong <[email protected]>
- Loading branch information
1 parent
49ea881
commit 6dc30d3
Showing
2 changed files
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters