2
0
Fork 0

Removed duplicate public keywords.

This commit is contained in:
Willem Cazander 2014-08-24 13:25:42 +02:00
parent e14b484ca5
commit 30418cad13
90 changed files with 694 additions and 720 deletions

View file

@ -34,5 +34,5 @@ import java.sql.SQLException;
*/
public interface JdbcConnectionProvider {
Connection getJdbcConnection() throws SQLException;
Connection getJdbcConnection() throws SQLException;
}