Skip to content

Commit 9da4348

Browse files
committed
Fix spotbugs.
1 parent c534ed9 commit 9da4348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib-extra/src/groovy/java/com/diffplug/spotless/extra/glue/groovy/GrEclipseFormatterStepImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public String format(String raw) throws Exception {
103103
/**
104104
* Eclipse Groovy formatter does not signal problems by its return value, but by logging errors.
105105
*/
106-
private static class GroovyErrorListener implements ILogListener, IGroovyLogger {
106+
private static final class GroovyErrorListener implements ILogListener, IGroovyLogger {
107107
private final List<String> errors;
108108

109109
public GroovyErrorListener() {

0 commit comments

Comments
 (0)