Skip to content

Commit

Permalink
Merge 578a1b9 into d16d37f
Browse files Browse the repository at this point in the history
  • Loading branch information
quaff committed Oct 26, 2020
2 parents d16d37f + 578a1b9 commit 99201e1
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,7 @@ public TracingDataSource(final Tracer tracer,
try {
method = underlying.getClass().getMethod("getJdbcUrl");
} catch (NoSuchMethodException e) {
try {
method = underlying.getClass().getMethod("getUrl");
} catch (NoSuchMethodException nsme) {
method = null;
}
}
info = URLParser.parse((String) method.invoke(underlying));
} catch (Exception ignored) {
Expand Down

0 comments on commit 99201e1

Please sign in to comment.