Skip to content

Commit dd27d7a

Browse files
oschwaldclaude
andcommitted
STF-322: Drop "customers" from httpClient Javadoc per review
Reviewer noted "customers" reads oddly in API documentation (the reader of the Javadoc IS the developer using the library). Replace with an imperative "pass 0 to maxRetries(int) to disable" that names the action rather than the actor. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 9888efc commit dd27d7a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/com/maxmind/geoip2/WebServiceClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,8 @@ public Builder proxy(ProxySelector val) {
284284
* parameters as these should be configured on the provided client.
285285
* <p>
286286
* The SDK applies its own transport-failure retry on top of any
287-
* supplied client; customers can disable it via
288-
* {@link #maxRetries(int)} with {@code .maxRetries(0)}.
287+
* supplied client; pass {@code 0} to {@link #maxRetries(int)} to
288+
* disable.
289289
* @return Builder object
290290
*/
291291
public Builder httpClient(HttpClient val) {

0 commit comments

Comments
 (0)