more tests
This commit is contained in:
@@ -38,7 +38,7 @@ class MapEntryConverter {
|
||||
if (this.valueConverter == null) {
|
||||
throw new ConverterNotFoundException(sourceValueType, targetValueType);
|
||||
}
|
||||
this.targetKeyType = targetKeyType;
|
||||
this.sourceValueType = sourceValueType;
|
||||
this.targetValueType = targetValueType;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user