Skip to content

Commit

Permalink
Fix violations of Sonar rule 2142
Browse files Browse the repository at this point in the history
  • Loading branch information
khaes-kth committed Dec 3, 2021
1 parent 409cd23 commit bc14eda
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ private void waitUntilNextTry() {
try {
Thread.sleep(intervalMs);
} catch (InterruptedException ignored) {
Thread.currentThread().interrupt();
}
}
}

0 comments on commit bc14eda

Please sign in to comment.