Fix recent javadoc errors
Issue: SPR-17174
This commit is contained in:
@@ -32,8 +32,8 @@ import org.springframework.jdbc.InvalidResultSetAccessException;
|
||||
|
||||
/**
|
||||
* The default implementation of Spring's {@link SqlRowSet} interface, wrapping a
|
||||
* {@link java.sql.ResultSet}, catching any {@link SQLException java.sql.ResultSet}, catching any {@link SQLExceptions} and translating
|
||||
* them to a corresponding Spring {@link InvalidResultSetAccessException}.
|
||||
* {@link java.sql.ResultSet}, catching any {@link SQLException SQLExceptions} and
|
||||
* translating them to a corresponding Spring {@link InvalidResultSetAccessException}.
|
||||
*
|
||||
* <p>The passed-in ResultSet should already be disconnected if the SqlRowSet is supposed
|
||||
* to be usable in a disconnected fashion. This means that you will usually pass in a
|
||||
|
||||
@@ -23,8 +23,8 @@ import org.springframework.jdbc.InvalidResultSetAccessException;
|
||||
import org.springframework.lang.Nullable;
|
||||
|
||||
/**
|
||||
* The default implementation of Spring's {@link SqlRowSetMetaData} interface, wrapping
|
||||
* a {@link java.sql.ResultSetMetaData} instance, catching any {@link SQLException java.sql.ResultSetMetaData} instance, catching any {@link SQLExceptions}
|
||||
* The default implementation of Spring's {@link SqlRowSetMetaData} interface, wrapping a
|
||||
* {@link java.sql.ResultSetMetaData} instance, catching any {@link SQLException SQLExceptions}
|
||||
* and translating them to a corresponding Spring {@link InvalidResultSetAccessException}.
|
||||
*
|
||||
* <p>Used by {@link ResultSetWrappingSqlRowSet}.
|
||||
|
||||
Reference in New Issue
Block a user