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.
1 parent 13f516a commit 84d1a4bCopy full SHA for 84d1a4b
src/main/java/org/apache/ibatis/scripting/defaults/DefaultParameterHandler.java
@@ -87,7 +87,7 @@ public Object getParameterObject() {
87
return parameterObject;
88
}
89
90
- @SuppressWarnings("rawtypes")
+ @SuppressWarnings({ "rawtypes", "unchecked" })
91
@Override
92
public void setParameters(PreparedStatement ps) {
93
ErrorContext.instance().activity("setting parameters").object(mappedStatement.getParameterMap().getId());
0 commit comments