From f9f104201fc6d39fd22fd47c3c9f333c219948a7 Mon Sep 17 00:00:00 2001 From: Sam Barker Date: Thu, 25 Jul 2024 09:04:33 +1200 Subject: [PATCH] @see -> @link --- .../java/io/fabric8/kubernetes/client/http/Interceptor.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 cd5af5100e..16e3bcc219 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