We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99b74df + 9ffeb75 commit e7919feCopy full SHA for e7919fe
src/main/java/org/apache/ibatis/executor/resultset/PrimitiveTypes.java
@@ -39,7 +39,7 @@ public PrimitiveTypes() {
39
40
private void add(final Class<?> primitiveType, final Class<?> wrapperType) {
41
primitiveToWrappers.put(primitiveType, wrapperType);
42
- primitiveToWrappers.put(wrapperType, primitiveType);
+ wrappersToPrimitives.put(wrapperType, primitiveType);
43
}
44
45
public Class<?> getWrapper(final Class<?> primitiveType) {
0 commit comments