aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/messages-ecj
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2013-08-11 19:06:16 -0700
committerReinier Zwitserloot <reinier@zwitserloot.com>2013-08-11 19:06:16 -0700
commit613d7e9e0cc14e9f789e81b52d72dbef24aff2e9 (patch)
treed1aa5a65ddf843bffa5e684b55068065d12cb75b /test/transform/resource/messages-ecj
parentdeed98be16e5099af52d951fc611f86a82a42858 (diff)
parent05b8501071b7a7d1a31713c607785b94119767d0 (diff)
downloadlombok-613d7e9e0cc14e9f789e81b52d72dbef24aff2e9.tar.gz
lombok-613d7e9e0cc14e9f789e81b52d72dbef24aff2e9.tar.bz2
lombok-613d7e9e0cc14e9f789e81b52d72dbef24aff2e9.zip
Merge pull request #38 from jqno/master
Fixed two typos
Diffstat (limited to 'test/transform/resource/messages-ecj')
-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).