diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2015-03-30 22:01:14 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2015-03-30 22:01:14 +0200 |
commit | fa38498f793ae1af8a916a51de01735f727bc7fc (patch) | |
tree | 3bc4ae7c645c05b4709d2ed6841170648dbb9174 /test/transform/resource/messages-delombok/BuilderSingularNoAuto.java.messages | |
parent | 95303949cabadaa8742e21c43e646b0f00b0b6ae (diff) | |
download | lombok-fa38498f793ae1af8a916a51de01735f727bc7fc.tar.gz lombok-fa38498f793ae1af8a916a51de01735f727bc7fc.tar.bz2 lombok-fa38498f793ae1af8a916a51de01735f727bc7fc.zip |
A capital/lowercase letter messup in a test file means people on case sensitive file systems had problems running tests. Fixed it by renaming the whole file, as I know renames on case INsensitive file systems to fix capitalization usually doesn’t work well either.
Diffstat (limited to 'test/transform/resource/messages-delombok/BuilderSingularNoAuto.java.messages')
-rw-r--r-- | test/transform/resource/messages-delombok/BuilderSingularNoAuto.java.messages | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/transform/resource/messages-delombok/BuilderSingularNoAuto.java.messages b/test/transform/resource/messages-delombok/BuilderSingularNoAuto.java.messages new file mode 100644 index 00000000..8719789b --- /dev/null +++ b/test/transform/resource/messages-delombok/BuilderSingularNoAuto.java.messages @@ -0,0 +1,2 @@ +8 The singular must be specified explicitly (e.g. @Singular("task")) because auto singularization is disabled. +10 The singular must be specified explicitly (e.g. @Singular("task")) because auto singularization is disabled. |