diff options
author | Roel Spilker <r.spilker@gmail.com> | 2010-11-11 05:55:15 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2010-11-11 05:55:15 +0100 |
commit | 3f00e7c90548cc00fca75ad1975a2ecc05521871 (patch) | |
tree | ae366ad188b29d5af556ad708906382e14a5d435 /test/transform/resource/messages-delombok | |
parent | a9113718ae2adc2d837f9e5a1adf885a4b1aa844 (diff) | |
download | lombok-3f00e7c90548cc00fca75ad1975a2ecc05521871.tar.gz lombok-3f00e7c90548cc00fca75ad1975a2ecc05521871.tar.bz2 lombok-3f00e7c90548cc00fca75ad1975a2ecc05521871.zip |
@Getter(lazy=true) now also works in Eclipse
Diffstat (limited to 'test/transform/resource/messages-delombok')
-rw-r--r-- | test/transform/resource/messages-delombok/GetterLazyInvalid.java.messages | 2 |
1 files changed, 1 insertions, 1 deletions
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 |