Remove trailing whitespace (Checkstyle)
See gh-26471
This commit is contained in:
@@ -350,7 +350,7 @@ public abstract class NamedParameterUtils {
|
||||
Object paramValue = paramSource.getValue(paramName);
|
||||
if (paramValue instanceof SqlParameterValue) {
|
||||
paramArray[i] = paramValue;
|
||||
}
|
||||
}
|
||||
else {
|
||||
paramArray[i] = (param != null ? new SqlParameterValue(param, paramValue) :
|
||||
SqlParameterSourceUtils.getTypedValue(paramSource, paramName));
|
||||
|
||||
Reference in New Issue
Block a user