Skip to content

Commit

Permalink
Merge pull request LianjiaTech#85 from khaes-kth/fix/Sonar_2142
Browse files Browse the repository at this point in the history
Fix violations of Sonar rule 2142
  • Loading branch information
chentianming11 authored Dec 8, 2021
2 parents c6cbb63 + bc14eda commit 1fe156d
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 1fe156d

Please sign in to comment.