Skip to content

Commit 8d522ac

Browse files
committed
Clarify javadoc
1 parent 63f19fa commit 8d522ac

File tree

1 file changed

+1
-1
lines changed
  • kubernetes-client-api/src/main/java/io/fabric8/kubernetes/client/http

1 file changed

+1
-1
lines changed

kubernetes-client-api/src/main/java/io/fabric8/kubernetes/client/http/Interceptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ default CompletableFuture<Boolean> afterFailure(HttpRequest.Builder builder, Htt
100100
/**
101101
* Called after a connection attempt fails.
102102
* <p>
103-
* This method will be invoked on each failed connection attempt so can be invoked multiple times for the same request.ID.
103+
* This method will be invoked on each failed connection attempt.
104104
*
105105
* @param request the HTTP request.
106106
* @param failure the Java exception that caused the failure.

0 commit comments

Comments
 (0)