#437 Correct error message IterableMapping

This commit is contained in:
sjaakd 2015-01-27 19:34:30 +01:00
parent de18f2b1d3
commit 490d454858

View File

@ -49,7 +49,7 @@ public class IterableMapping {
if ( iterableMapping.dateFormat().isEmpty() && iterableMapping.qualifiedBy().isEmpty() ) {
messager.printMessage(
Diagnostic.Kind.ERROR,
"'dateformat' and 'qualifiedBy' are are are undefined in @IterableMapping, "
"'dateformat' and 'qualifiedBy' are undefined in @IterableMapping, "
+ "define at least one of them.",
method
);