Skip to content

Commit

Permalink
bug fixed for oracle connection checker
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed Jan 1, 2014
1 parent a26b314 commit 0d15cca
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 0d15cca

Please sign in to comment.