diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2014-01-20 01:45:48 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2014-01-20 01:46:01 +0100 |
commit | d1899a81e95bdc69955aa593be905be0ff77043e (patch) | |
tree | 114f7af33ea57ca4042b431f317bfc5c216a27c8 /test/transform/resource/messages-delombok/BuilderInvalidUse.java.messages | |
parent | e5dc6203c8dd2ac51594c8dd73945bb62c7fe047 (diff) | |
download | lombok-d1899a81e95bdc69955aa593be905be0ff77043e.tar.gz lombok-d1899a81e95bdc69955aa593be905be0ff77043e.tar.bz2 lombok-d1899a81e95bdc69955aa593be905be0ff77043e.zip |
[test] Missing after-X files used to be an implicit 'just ignore the content' signal; now you need an explicit directive to allow this behaviour.
[configuration] added tests for @Accessors configuration key implementations.
Diffstat (limited to 'test/transform/resource/messages-delombok/BuilderInvalidUse.java.messages')
-rw-r--r-- | test/transform/resource/messages-delombok/BuilderInvalidUse.java.messages | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/transform/resource/messages-delombok/BuilderInvalidUse.java.messages b/test/transform/resource/messages-delombok/BuilderInvalidUse.java.messages index a04b4f9b..506a3426 100644 --- a/test/transform/resource/messages-delombok/BuilderInvalidUse.java.messages +++ b/test/transform/resource/messages-delombok/BuilderInvalidUse.java.messages @@ -1,2 +1,2 @@ -1 @Getter, @Setter, @Wither, @Data, @ToString, @EqualsAndHashCode, @AllArgsConstructor are not allowed on builder classes. -12 @Value is not allowed on builder classes.
\ No newline at end of file +2 @Getter, @Setter, @Wither, @Data, @ToString, @EqualsAndHashCode, @AllArgsConstructor are not allowed on builder classes. +13 @Value is not allowed on builder classes.
\ No newline at end of file |