more tests

This commit is contained in:
Keith Donald
2009-09-23 18:36:11 +00:00
parent 7a6dafd5ad
commit 2bd30a49ad
2 changed files with 16 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ class MapEntryConverter {
if (this.valueConverter == null) {
throw new ConverterNotFoundException(sourceValueType, targetValueType);
}
this.targetKeyType = targetKeyType;
this.sourceValueType = sourceValueType;
this.targetValueType = targetValueType;
}
}