mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
#437 Correct error message IterableMapping
This commit is contained in:
parent
de18f2b1d3
commit
490d454858
@ -49,7 +49,7 @@ public class IterableMapping {
|
|||||||
if ( iterableMapping.dateFormat().isEmpty() && iterableMapping.qualifiedBy().isEmpty() ) {
|
if ( iterableMapping.dateFormat().isEmpty() && iterableMapping.qualifiedBy().isEmpty() ) {
|
||||||
messager.printMessage(
|
messager.printMessage(
|
||||||
Diagnostic.Kind.ERROR,
|
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.",
|
+ "define at least one of them.",
|
||||||
method
|
method
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user