diff options
author | Jan Ouwens <jan.ouwens@gmail.com> | 2013-08-11 21:13:16 +0200 |
---|---|---|
committer | Jan Ouwens <jan.ouwens@gmail.com> | 2013-08-11 21:13:16 +0200 |
commit | 05b8501071b7a7d1a31713c607785b94119767d0 (patch) | |
tree | d1aa5a65ddf843bffa5e684b55068065d12cb75b /test/transform/resource/messages-ecj/EqualsAndHashCodeWithSomeExistingMethods.java.messages | |
parent | 7faff42d85c2e21b9a3b2e0014ebc36dbe5eb155 (diff) | |
download | lombok-05b8501071b7a7d1a31713c607785b94119767d0.tar.gz lombok-05b8501071b7a7d1a31713c607785b94119767d0.tar.bz2 lombok-05b8501071b7a7d1a31713c607785b94119767d0.zip |
Oops: didn't realise the text appeared in multiple places.
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 cf6ebea2..227ca9a6 100644 --- a/test/transform/resource/messages-ecj/EqualsAndHashCodeWithSomeExistingMethods.java.messages +++ b/test/transform/resource/messages-ecj/EqualsAndHashCodeWithSomeExistingMethods.java.messages @@ -1,2 +1,2 @@ -4:57 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:194 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:57 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:194 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). |