@@ -395,9 +395,9 @@ protected void initBeanWrapper(BeanWrapper bw) {
395
395
* Retrieve a JDBC object value for the specified column.
396
396
* <p>The default implementation calls
397
397
* {@link JdbcUtils#getResultSetValue(java.sql.ResultSet, int, Class)}
398
- * using the type of the specified {@link PropertyDescriptor}
399
- * Subclasses may override this to check specific value types upfront,
400
- * or to post-process values return from {@code getResultSetValue}.
398
+ * using the type of the specified {@link PropertyDescriptor}.
399
+ * <p> Subclasses may override this to check specific value types upfront,
400
+ * or to post-process values returned from {@code getResultSetValue}.
401
401
* @param rs is the ResultSet holding the data
402
402
* @param index is the column index
403
403
* @param pd the bean property that each result object is expected to match
@@ -414,8 +414,8 @@ protected Object getColumnValue(ResultSet rs, int index, PropertyDescriptor pd)
414
414
* Retrieve a JDBC object value for the specified column.
415
415
* <p>The default implementation calls
416
416
* {@link JdbcUtils#getResultSetValue(java.sql.ResultSet, int, Class)}.
417
- * Subclasses may override this to check specific value types upfront,
418
- * or to post-process values return from {@code getResultSetValue}.
417
+ * <p> Subclasses may override this to check specific value types upfront,
418
+ * or to post-process values returned from {@code getResultSetValue}.
419
419
* @param rs is the ResultSet holding the data
420
420
* @param index is the column index
421
421
* @param paramType the target parameter type
0 commit comments