Revision 4436 trunk/libraries/libGDBMS/src/main/java/com/hardcode/gdbms/engine/data/db/DBDataSourceAdapter.java

View differences:

DBDataSourceAdapter.java
136 136
     *
137 137
     * @throws SQLException if the connection cannot be established
138 138
     */
139
    protected Connection getConnection() throws SQLException {
139
    public Connection getConnection() throws SQLException {
140 140
        return driver.getConnection(host, port, dbName, user, password);
141 141
    }
142 142

  

Also available in: Unified diff