Skip to content

Commit

Permalink
Merge pull request #32 from Gamify-IT/maintenance/fix-new-sonar-issues
Browse files Browse the repository at this point in the history
fix last sonar issue
  • Loading branch information
Gr33ndev authored Apr 26, 2023
2 parents cdbc13b + 7c5760c commit e95f448
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 e95f448

Please sign in to comment.