Skip to content

Commit

Permalink
Update hugegraph-common/src/main/java/org/apache/hugegraph/rest/Abstr…
Browse files Browse the repository at this point in the history
…actRestClient.java

Co-authored-by: imbajin <jin@apache.org>
  • Loading branch information
zhenyuT and imbajin committed Mar 13, 2024
1 parent 13ac200 commit dbd2de5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ private OkHttpClient buildOkHttpClient(RestClientConfig config) {
configSsl(builder, this.baseUrl, config.getTrustStoreFile(),
config.getTrustStorePassword());

//execute builder callback before builder.build()
// Execute builder callback before builder.build() for user configs
if (config.getBuilderCallback() != null) {
config.getBuilderCallback().accept(builder);
}
Expand Down

0 comments on commit dbd2de5

Please sign in to comment.