Skip to content

Commit

Permalink
SonarCloud warnings corrections BIS
Browse files Browse the repository at this point in the history
  • Loading branch information
dedece35 committed Dec 16, 2024
1 parent 8c4c322 commit 99bd6fb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ private void visitStatementsList(List<StatementTree> lstStmts) {
case SWITCH_STATEMENT -> visitSwitchStatement((SwitchStatementTree) stmt);
case DEFAULT_CLAUSE -> visitStatementsList(((DefaultClauseTree) stmt).statements());
case TRY_STATEMENT -> visitTryStatement((TryStatementTree) stmt);
default -> {}
}
}
}
Expand Down

0 comments on commit 99bd6fb

Please sign in to comment.