Skip to content

Commit ed4197f

Browse files
stoeckmannsnicoll
authored andcommitted
Fix typo
Closes gh-887
1 parent 21e0e27 commit ed4197f

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/JdbcOperations.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ public interface JdbcOperations {
223223
* {@code queryForRowSet} method with {@code null} as argument array.
224224
* <p>The results will be mapped to an SqlRowSet which holds the data in a
225225
* disconnected fashion. This wrapper will translate any SQLExceptions thrown.
226-
* <p>Note that that, for the default implementation, JDBC RowSet support needs to
226+
* <p>Note that, for the default implementation, JDBC RowSet support needs to
227227
* be available at runtime: by default, Sun's {@code com.sun.rowset.CachedRowSetImpl}
228228
* class is used, which is part of JDK 1.5+ and also available separately as part of
229229
* Sun's JDBC RowSet Implementations download (rowset.jar).

0 commit comments

Comments
 (0)