diff options
Diffstat (limited to 'test/core/src/lombok/RunTestsViaEcj.java')
-rw-r--r-- | test/core/src/lombok/RunTestsViaEcj.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/src/lombok/RunTestsViaEcj.java b/test/core/src/lombok/RunTestsViaEcj.java index e23ebc4c..b4334252 100644 --- a/test/core/src/lombok/RunTestsViaEcj.java +++ b/test/core/src/lombok/RunTestsViaEcj.java @@ -85,6 +85,7 @@ public class RunTestsViaEcj extends AbstractRunTests { return false; } + @SuppressWarnings("unused") // Added to the interface in later ecj version public boolean ignoreAllErrors() { return false; } |