Fix javadoc glitch

Issue: SPR-12282
This commit is contained in:
Stephane Nicoll 2014-10-01 16:48:38 +02:00
parent 439ea90205
commit b2d67914a8
1 changed files with 1 additions and 1 deletions

View File

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