Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
fix javadoc error
Browse files Browse the repository at this point in the history
  • Loading branch information
apau committed May 30, 2019
1 parent c1bf2d0 commit 95b95ae
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public interface Lock {
/**
* acquires a re-entrant lock on lockId, blocks indefinitely on lockId until it succeeds
* @param lockId resource to lock on
* @return
*/
void acquireLock(String lockId);

Expand Down

0 comments on commit 95b95ae

Please sign in to comment.