This is an automated email from the ASF dual-hosted git repository.

markt pushed a change to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git.

    from 5a93621  Remove @Override annotations that trigger errors with Java 6
     new 9e612f9  Fix warnings with Java 6 caused by missing @Override 
annotations
     new cece962  Fix unnecessary code warnings in IDE
     new ef5de17  Fix IDE warnings for missing @Deprecated annotations

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../dbcp/dbcp/AbstractConnectionPoolTest.java      |  92 +++++-----
 .../tomcat/dbcp/dbcp/TestBasicDataSource.java      | 114 ++++++------
 .../tomcat/dbcp/dbcp/TesterCallableStatement.java  | 112 ++++++++++++
 .../apache/tomcat/dbcp/dbcp/TesterConnection.java  |  49 ++++++
 .../tomcat/dbcp/dbcp/TesterDatabaseMetaData.java   | 174 ++++++++++++++++++
 test/org/apache/tomcat/dbcp/dbcp/TesterDriver.java |   6 +
 .../tomcat/dbcp/dbcp/TesterPreparedStatement.java  |  75 +++++++-
 .../apache/tomcat/dbcp/dbcp/TesterResultSet.java   | 195 ++++++++++++++++++++-
 .../apache/tomcat/dbcp/dbcp/TesterStatement.java   |  42 +++++
 9 files changed, 755 insertions(+), 104 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to