Closes gh-887
This commit is contained in:
Tobias Stoeckmann 2015-10-11 14:49:39 +02:00 committed by Stephane Nicoll
parent 21e0e27fcb
commit ed4197febb
1 changed files with 1 additions and 1 deletions

View File

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