diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2013-09-24 01:33:22 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2013-09-24 01:33:22 +0200 |
commit | 7b8a85e1f991f838d6692ef789f53ed604a4a4e9 (patch) | |
tree | 1c9c32d8d60e7e7589a9b835d6a0481eb54aa671 /test/transform/resource/messages-ecj/EqualsAndHashCodeWithSomeExistingMethods.java.messages | |
parent | 86a635876dd75c4f3a61593491fa2ce53f8444b8 (diff) | |
download | lombok-7b8a85e1f991f838d6692ef789f53ed604a4a4e9.tar.gz lombok-7b8a85e1f991f838d6692ef789f53ed604a4a4e9.tar.bz2 lombok-7b8a85e1f991f838d6692ef789f53ed604a4a4e9.zip |
Fixed slight typo issues with the tests due to merging and icelandic on the fly bug fixing.
Diffstat (limited to 'test/transform/resource/messages-ecj/EqualsAndHashCodeWithSomeExistingMethods.java.messages')
-rw-r--r-- | test/transform/resource/messages-ecj/EqualsAndHashCodeWithSomeExistingMethods.java.messages | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/transform/resource/messages-ecj/EqualsAndHashCodeWithSomeExistingMethods.java.messages b/test/transform/resource/messages-ecj/EqualsAndHashCodeWithSomeExistingMethods.java.messages index f5dfd559..75ddfa54 100644 --- a/test/transform/resource/messages-ecj/EqualsAndHashCodeWithSomeExistingMethods.java.messages +++ b/test/transform/resource/messages-ecj/EqualsAndHashCodeWithSomeExistingMethods.java.messages @@ -1,2 +1,2 @@ -4 Not generating equals: One of equals, hashCode, and canEqual exists. You should either write all of these are none of these (in the latter case, lombok generates them). -15 Not generating equals and hashCode: One of equals, hashCode, and canEqual exists. You should either write all of these are none of these (in the latter case, lombok generates them). +4 Not generating equals: One of equals, hashCode, and canEqual exists. You should either write all of these or none of these (in the latter case, lombok generates them). +15 Not generating equals and hashCode: One of equals, hashCode, and canEqual exists. You should either write all of these or none of these (in the latter case, lombok generates them). |