mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-04 20:28:00 +08:00
PL-8123 Extendable meta-annotations (fix log warning)
This commit is contained in:
parent
496d8d7f84
commit
7f3007a4e7
@ -311,7 +311,7 @@ public class MetadataLoader {
|
||||
//noinspection unchecked
|
||||
((Map) annValue).putAll(xmlAnn.attributes);
|
||||
} else {
|
||||
log.warn("Meta-annotation {} has value {} and cannot be re-assigned by annotation attributes");
|
||||
log.warn("Meta-annotation {} has value {} and cannot be re-assigned by annotation attributes", annName, annValue);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user