Skip to content

Commit c45bf3c

Browse files
committed
Merge branch '6.0.x'
2 parents 2639316 + 147abc9 commit c45bf3c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

spring-jdbc/src/main/java/org/springframework/jdbc/core/BeanPropertyRowMapper.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -395,9 +395,9 @@ protected void initBeanWrapper(BeanWrapper bw) {
395395
* Retrieve a JDBC object value for the specified column.
396396
* <p>The default implementation calls
397397
* {@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}.
401401
* @param rs is the ResultSet holding the data
402402
* @param index is the column index
403403
* @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)
414414
* Retrieve a JDBC object value for the specified column.
415415
* <p>The default implementation calls
416416
* {@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}.
419419
* @param rs is the ResultSet holding the data
420420
* @param index is the column index
421421
* @param paramType the target parameter type

0 commit comments

Comments
 (0)