From 3f00e7c90548cc00fca75ad1975a2ecc05521871 Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Thu, 11 Nov 2010 05:55:15 +0100 Subject: @Getter(lazy=true) now also works in Eclipse --- .../resource/messages-delombok/GetterLazyInvalid.java.messages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/transform/resource/messages-delombok') diff --git a/test/transform/resource/messages-delombok/GetterLazyInvalid.java.messages b/test/transform/resource/messages-delombok/GetterLazyInvalid.java.messages index b53b8550..4f7e3df8 100644 --- a/test/transform/resource/messages-delombok/GetterLazyInvalid.java.messages +++ b/test/transform/resource/messages-delombok/GetterLazyInvalid.java.messages @@ -3,4 +3,4 @@ 10:9 ERROR 'lazy' requires the field to be private and final. 14:9 WARNING 'lazy' does not work with AccessLevel.NONE. 17:1 ERROR 'lazy' is not supported for @Getter on a type. -22:9 ERROR 'lazy' requires the field to be private and final. \ No newline at end of file +22:9 ERROR 'lazy' requires field initialization. \ No newline at end of file -- cgit