Skip to content

Commit

Permalink
removed unnecessary continue statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristi Popovici committed Jun 13, 2014
1 parent 2e9b07b commit 93733cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hikaricp/src/main/java/com/zaxxer/hikari/HikariConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,6 @@ private void logConfiguration()
LOGGER.debug(prop + (value != null ? value : ""));
}
catch (Exception e) {
continue;
}
}
}
Expand Down

0 comments on commit 93733cd

Please sign in to comment.