Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #105 from synopsys-sig/sonarcloud-reliability-sync…
Browse files Browse the repository at this point in the history
…hronized-issue

synchronized  issue fixed
  • Loading branch information
zaman-akib authored Oct 17, 2023
2 parents ee86f43 + 0f56012 commit 1816c89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public PluginExceptionHandler(String message, Throwable cause) {
}

@Override
public Throwable fillInStackTrace() {
public synchronized Throwable fillInStackTrace() {
return this;
}
}

0 comments on commit 1816c89

Please sign in to comment.