aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/messages-ecj/EqualsAndHashCodeWithSomeExistingMethods.java.messages
diff options
context:
space:
mode:
authorJan Ouwens <jan.ouwens@gmail.com>2013-08-11 21:13:16 +0200
committerJan Ouwens <jan.ouwens@gmail.com>2013-08-11 21:13:16 +0200
commit05b8501071b7a7d1a31713c607785b94119767d0 (patch)
treed1aa5a65ddf843bffa5e684b55068065d12cb75b /test/transform/resource/messages-ecj/EqualsAndHashCodeWithSomeExistingMethods.java.messages
parent7faff42d85c2e21b9a3b2e0014ebc36dbe5eb155 (diff)
downloadlombok-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.messages4
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).