Skip to content

Commit

Permalink
Merge pull request alibaba#490 from wenshao/master
Browse files Browse the repository at this point in the history
修正OracleValidConnectionChecker的bug
  • Loading branch information
wenshao committed Jan 1, 2014
2 parents a6071e6 + df179b2 commit 29c5bc3
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,7 @@ public boolean isValidConnection(Connection conn, String valiateQuery, int valid
}
} catch (Exception e) {
LOG.warn("Unexpected error in pingDatabase", e);
return false;
}

// OK
return true;
}
}

0 comments on commit 29c5bc3

Please sign in to comment.