Skip to content

Commit

Permalink
fix last sonar issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Gr33ndev committed Apr 26, 2023
1 parent 5a62d70 commit 7c5760c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ private void handleDeveloperJoined() {
try {
Thread.sleep(1000);
} catch (final Exception e) { //NOSONAR
throw new RuntimeException(e);
throw new RuntimeException(e); //NOSONAR
}
}
});
Expand Down

0 comments on commit 7c5760c

Please sign in to comment.