Skip to content

Commit

Permalink
Убран лишний unlock - он выполняется при finilize
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 committed Feb 13, 2025
1 parent 85ac629 commit 66275f4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ protected void rebuild(String content, int version) {

if (versionMatches && (this.content != null)) {
clearDependantData();
computeLock.unlock();
return;
}

Expand Down

0 comments on commit 66275f4

Please sign in to comment.