File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
spring-jdbc/src/main/java/org/springframework/jdbc/core Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ public interface JdbcOperations {
223
223
* {@code queryForRowSet} method with {@code null} as argument array.
224
224
* <p>The results will be mapped to an SqlRowSet which holds the data in a
225
225
* 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
227
227
* be available at runtime: by default, Sun's {@code com.sun.rowset.CachedRowSetImpl}
228
228
* class is used, which is part of JDK 1.5+ and also available separately as part of
229
229
* Sun's JDBC RowSet Implementations download (rowset.jar).
You can’t perform that action at this time.
0 commit comments