@@ -408,9 +408,9 @@ protected void initBeanWrapper(BeanWrapper bw) {
408
408
* Retrieve a JDBC object value for the specified column.
409
409
* <p>The default implementation calls
410
410
* {@link JdbcUtils#getResultSetValue(java.sql.ResultSet, int, Class)}
411
- * using the type of the specified {@link PropertyDescriptor}
412
- * Subclasses may override this to check specific value types upfront,
413
- * or to post-process values return from {@code getResultSetValue}.
411
+ * using the type of the specified {@link PropertyDescriptor}.
412
+ * <p> Subclasses may override this to check specific value types upfront,
413
+ * or to post-process values returned from {@code getResultSetValue}.
414
414
* @param rs is the ResultSet holding the data
415
415
* @param index is the column index
416
416
* @param pd the bean property that each result object is expected to match
@@ -427,8 +427,8 @@ protected Object getColumnValue(ResultSet rs, int index, PropertyDescriptor pd)
427
427
* Retrieve a JDBC object value for the specified column.
428
428
* <p>The default implementation calls
429
429
* {@link JdbcUtils#getResultSetValue(java.sql.ResultSet, int, Class)}.
430
- * Subclasses may override this to check specific value types upfront,
431
- * or to post-process values return from {@code getResultSetValue}.
430
+ * <p> Subclasses may override this to check specific value types upfront,
431
+ * or to post-process values returned from {@code getResultSetValue}.
432
432
* @param rs is the ResultSet holding the data
433
433
* @param index is the column index
434
434
* @param paramType the target parameter type
0 commit comments