Fix javadoc glitch

Issue: SPR-12282
master
Stephane Nicoll 10 years ago
parent 439ea90205
commit b2d67914a8
  1. 2
      spring-jdbc/src/main/java/org/springframework/jdbc/core/simple/ParameterizedRowMapper.java

@ -28,7 +28,7 @@ import org.springframework.jdbc.core.RowMapper;
* @since 2.0 * @since 2.0
* @see org.springframework.jdbc.core.simple.SimpleJdbcOperations * @see org.springframework.jdbc.core.simple.SimpleJdbcOperations
* @deprecated along with {@link SimpleJdbcTemplate}, in favor of the regular * @deprecated along with {@link SimpleJdbcTemplate}, in favor of the regular
* {@link org.springframework.jdbc.core.SingleColumnRowMapper} * {@link RowMapper}
*/ */
@Deprecated @Deprecated
public interface ParameterizedRowMapper<T> extends RowMapper<T> { public interface ParameterizedRowMapper<T> extends RowMapper<T> {

Loading…
Cancel
Save