ConnectionEventListener.java, [...]: Removing redundant modifiers.
2003-10-11 Michael Koch <konqueror@gmx.de> * javax/sql/ConnectionEventListener.java, javax/sql/ConnectionPoolDataSource.java, javax/sql/DataSource.java, javax/sql/PooledConnection.java, javax/sql/RowSet.java, javax/sql/RowSetInternal.java, javax/sql/RowSetListener.java, javax/sql/RowSetMetaData.java, javax/sql/RowSetReader.java, javax/sql/RowSetWriter.java, javax/sql/XAConnection.java, javax/sql/XADataSource.java: Removing redundant modifiers. From-SVN: r72363
This commit is contained in:
parent
547f7f8b9d
commit
e1feb64f5d
13 changed files with 126 additions and 372 deletions
|
@ -50,25 +50,25 @@ public interface RowSetInternal
|
|||
/**
|
||||
* @since 1.4
|
||||
*/
|
||||
public Object[] getParams() throws SQLException;
|
||||
Object[] getParams() throws SQLException;
|
||||
|
||||
/**
|
||||
* @since 1.4
|
||||
*/
|
||||
public Connection getConnection() throws SQLException;
|
||||
Connection getConnection() throws SQLException;
|
||||
|
||||
/**
|
||||
* @since 1.4
|
||||
*/
|
||||
public void setMetaData(RowSetMetaData md) throws SQLException;
|
||||
void setMetaData(RowSetMetaData md) throws SQLException;
|
||||
|
||||
/**
|
||||
* @since 1.4
|
||||
*/
|
||||
public ResultSet getOriginal() throws SQLException;
|
||||
ResultSet getOriginal() throws SQLException;
|
||||
|
||||
/**
|
||||
* @since 1.4
|
||||
*/
|
||||
public ResultSet getOriginalRow() throws SQLException;
|
||||
ResultSet getOriginalRow() throws SQLException;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue