Skip to content

Commit

Permalink
comment to explaine
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerwowen committed Nov 8, 2024
1 parent ce3eeb4 commit e3b3f28
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ private HttpClient(
okHttpClient = clientBuilder.build();
}

// Partial builder implementation to allow for default values and custom build method
// lombok will generate the rest of the builder
public static class HttpClientBuilder {
private int maxRetries = 3;
private long retryInterval = 500;
Expand Down

0 comments on commit e3b3f28

Please sign in to comment.