This commit is contained in:
Keith Donald
2008-11-14 05:39:24 +00:00
parent dab6d5eaa7
commit e5d8499037

View File

@@ -144,7 +144,7 @@ public class DefaultMappingContext {
private void add(MappingResult result) {
if (logger.isDebugEnabled()) {
logger.debug("Adding " + result);
logger.debug("Adding mapping result " + result);
}
mappingResults.add(result);
currentMapping = null;