We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c534ed9 commit 9da4348Copy full SHA for 9da4348
lib-extra/src/groovy/java/com/diffplug/spotless/extra/glue/groovy/GrEclipseFormatterStepImpl.java
@@ -103,7 +103,7 @@ public String format(String raw) throws Exception {
103
/**
104
* Eclipse Groovy formatter does not signal problems by its return value, but by logging errors.
105
*/
106
- private static class GroovyErrorListener implements ILogListener, IGroovyLogger {
+ private static final class GroovyErrorListener implements ILogListener, IGroovyLogger {
107
private final List<String> errors;
108
109
public GroovyErrorListener() {
0 commit comments