Skip to content

Commit

Permalink
Fixing test compilation...
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Sep 10, 2015
1 parent 85bc609 commit b11f238
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ public void checkAlive() {
*
* @return connection
*/
private DatabaseTableConnection getConn() {
protected DatabaseTableConnection getConn() {
//Lazy initialize the connection
if (conn == null) {
this.config.validate();
Expand Down

0 comments on commit b11f238

Please sign in to comment.