Skip to content

Commit b2d6791

Browse files
committed
Fix javadoc glitch
Issue: SPR-12282
1 parent 439ea90 commit b2d6791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-jdbc/src/main/java/org/springframework/jdbc/core/simple/ParameterizedRowMapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* @since 2.0
2929
* @see org.springframework.jdbc.core.simple.SimpleJdbcOperations
3030
* @deprecated along with {@link SimpleJdbcTemplate}, in favor of the regular
31-
* {@link org.springframework.jdbc.core.SingleColumnRowMapper}
31+
* {@link RowMapper}
3232
*/
3333
@Deprecated
3434
public interface ParameterizedRowMapper<T> extends RowMapper<T> {

0 commit comments

Comments
 (0)