Skip to content

Commit

Permalink
Fix spotbugs.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Mar 13, 2023
1 parent c534ed9 commit 9da4348
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public String format(String raw) throws Exception {
/**
* Eclipse Groovy formatter does not signal problems by its return value, but by logging errors.
*/
private static class GroovyErrorListener implements ILogListener, IGroovyLogger {
private static final class GroovyErrorListener implements ILogListener, IGroovyLogger {
private final List<String> errors;

public GroovyErrorListener() {
Expand Down

0 comments on commit 9da4348

Please sign in to comment.