Skip to content

Commit 7576a52

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 06b2a3c commit 7576a52

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,7 @@ public Builder proxy(ProxySelector val) {
208208
* custom client should handle these configurations.
209209
* <p>
210210
* The SDK applies its own transport-failure retry on top of any supplied
211-
* client; customers can disable it via {@link #maxRetries(int)} with
212-
* {@code .maxRetries(0)}.
211+
* client; pass {@code 0} to {@link #maxRetries(int)} to disable.
213212
* @return Builder object
214213
*/
215214
public Builder httpClient(HttpClient val) {

0 commit comments

Comments
 (0)