Skip to content

Commit

Permalink
removed redundant method
Browse files Browse the repository at this point in the history
  • Loading branch information
alexradzin committed Oct 31, 2023
1 parent 12f2f66 commit bc13e19
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,6 @@ protected static OkHttpClient getHttpClient(FireboltProperties fireboltPropertie
}
}

private <T> FireboltAccountRetriever<T> createFireboltAccountRetriever(OkHttpClient httpClient, ObjectMapper objectMapper, String path, Class<T> type) {
return new FireboltAccountRetriever<>(httpClient, objectMapper, this, loginProperties.getUserDrivers(), loginProperties.getUserClients(), loginProperties.getHost(), path, type);
}

protected void connect() throws SQLException {
closed = false;
if (!PropertyUtil.isLocalDb(loginProperties)) {
Expand Down

0 comments on commit bc13e19

Please sign in to comment.