Skip to content

Commit dc27f5e

Browse files
committed
@see -> @link
1 parent a7c6962 commit dc27f5e

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ default AsyncBody.Consumer<List<ByteBuffer>> consumer(AsyncBody.Consumer<List<By
7272
/**
7373
* Called after a websocket failure or by default from a normal request.
7474
* <p>
75-
* Failure is determined by HTTP status code and will be invoked in addition to {@see Interceptor#after(HttpRequest,
75+
* Failure is determined by HTTP status code and will be invoked in addition to {@link Interceptor#after(HttpRequest,
7676
* HttpResponse, AsyncBody.Consumer)}
7777
*
7878
* @param builder used to modify the request
@@ -86,7 +86,7 @@ default CompletableFuture<Boolean> afterFailure(BasicBuilder builder, HttpRespon
8686
/**
8787
* Called after a non-websocket failure
8888
* <p>
89-
* Failure is determined by HTTP status code and will be invoked in addition to {@see Interceptor#after(HttpRequest,
89+
* Failure is determined by HTTP status code and will be invoked in addition to {@link Interceptor#after(HttpRequest,
9090
* HttpResponse, AsyncBody.Consumer)}
9191
*
9292
* @param builder used to modify the request

0 commit comments

Comments
 (0)