You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -123,11 +127,9 @@ public List<ResultMapping> resolveWithConstructor() {
123
127
+ ". Note that 'javaType' is required when there is ambiguous constructors or there is no writable property with the same name ('name' is optional, BTW). There is more info in the debug log.");
124
128
} else {
125
129
if (log.isDebugEnabled()) {
126
-
log.debug("Constructor for '" + resultMapId
127
-
+ "' could not be resolved, continuing, but this may result in a mapping exception later");
130
+
log.debug("Constructor for '" + resultMapId + "' could not be resolved.");
128
131
}
129
-
// return un-modified original mappings (maybe have this as a config flag, as this will result in a runtime
0 commit comments