From 57c92478a92360a1d1547794d5a5d0b5393f59f6 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Thu, 22 May 2014 19:36:21 +0200 Subject: [trivial] removed possible warning in eclipse. --- test/core/src/lombok/RunTestsViaEcj.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/core/src/lombok/RunTestsViaEcj.java') diff --git a/test/core/src/lombok/RunTestsViaEcj.java b/test/core/src/lombok/RunTestsViaEcj.java index b4334252..f4584493 100644 --- a/test/core/src/lombok/RunTestsViaEcj.java +++ b/test/core/src/lombok/RunTestsViaEcj.java @@ -85,7 +85,7 @@ public class RunTestsViaEcj extends AbstractRunTests { return false; } - @SuppressWarnings("unused") // Added to the interface in later ecj version + @SuppressWarnings("all") // Added to the interface in later ecj version. public boolean ignoreAllErrors() { return false; } -- cgit