aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/messages-delombok
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2017-03-06 23:34:23 +0100
committerReinier Zwitserloot <reinier@zwitserloot.com>2017-03-07 01:12:24 +0100
commitd05d03743316e45abfd0d00397999d7eb959eb64 (patch)
treebfccd4cc021b83355e49fab83120e8f93e458d69 /test/transform/resource/messages-delombok
parent8bfbd7fa846537c9393350e02c459c6878c0dec2 (diff)
downloadlombok-d05d03743316e45abfd0d00397999d7eb959eb64.tar.gz
lombok-d05d03743316e45abfd0d00397999d7eb959eb64.tar.bz2
lombok-d05d03743316e45abfd0d00397999d7eb959eb64.zip
Fixed issue #778: problems with onX if the annotation to be added has named args.
Diffstat (limited to 'test/transform/resource/messages-delombok')
-rw-r--r--test/transform/resource/messages-delombok/GetterOnMethodErrors2.java.messages8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/transform/resource/messages-delombok/GetterOnMethodErrors2.java.messages b/test/transform/resource/messages-delombok/GetterOnMethodErrors2.java.messages
index 53a9b9ad..6a181265 100644
--- a/test/transform/resource/messages-delombok/GetterOnMethodErrors2.java.messages
+++ b/test/transform/resource/messages-delombok/GetterOnMethodErrors2.java.messages
@@ -1,4 +1,4 @@
-2 The correct format is @Getter(onMethod=@__({@SomeAnnotation, @SomeOtherAnnotation}))
-3 The correct format is @Getter(onMethod=@__({@SomeAnnotation, @SomeOtherAnnotation}))
-4 The correct format is @Getter(onMethod=@__({@SomeAnnotation, @SomeOtherAnnotation}))
-5 The correct format is @Getter(onMethod=@__({@SomeAnnotation, @SomeOtherAnnotation}))
+2 The correct format is @Getter(onMethod_={@SomeAnnotation, @SomeOtherAnnotation})
+3 The correct format is @Getter(onMethod_={@SomeAnnotation, @SomeOtherAnnotation})
+4 The correct format is @Getter(onMethod_={@SomeAnnotation, @SomeOtherAnnotation})
+5 The correct format is @Getter(onMethod_={@SomeAnnotation, @SomeOtherAnnotation})