diff --git a/kubernetes-client-api/src/main/java/io/fabric8/kubernetes/client/http/Interceptor.java b/kubernetes-client-api/src/main/java/io/fabric8/kubernetes/client/http/Interceptor.java index cd5af5100e9..16e3bcc2196 100644 --- a/kubernetes-client-api/src/main/java/io/fabric8/kubernetes/client/http/Interceptor.java +++ b/kubernetes-client-api/src/main/java/io/fabric8/kubernetes/client/http/Interceptor.java @@ -72,7 +72,7 @@ default AsyncBody.Consumer> consumer(AsyncBody.Consumer - * Failure is determined by HTTP status code and will be invoked in addition to {@see Interceptor#after(HttpRequest, + * Failure is determined by HTTP status code and will be invoked in addition to {@link Interceptor#after(HttpRequest, * HttpResponse, AsyncBody.Consumer)} * * @param builder used to modify the request @@ -86,7 +86,7 @@ default CompletableFuture afterFailure(BasicBuilder builder, HttpRespon /** * Called after a non-websocket failure *

- * Failure is determined by HTTP status code and will be invoked in addition to {@see Interceptor#after(HttpRequest, + * Failure is determined by HTTP status code and will be invoked in addition to {@link Interceptor#after(HttpRequest, * HttpResponse, AsyncBody.Consumer)} * * @param builder used to modify the request