Skip to content

Commit

Permalink
@see -> @link
Browse files Browse the repository at this point in the history
  • Loading branch information
SamBarker committed Aug 8, 2024
1 parent 742b84d commit 13070a6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ default AsyncBody.Consumer<List<ByteBuffer>> consumer(AsyncBody.Consumer<List<By
/**
* Called after a websocket failure or by default from a normal request.
* <p>
* 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
Expand All @@ -86,7 +86,7 @@ default CompletableFuture<Boolean> afterFailure(BasicBuilder builder, HttpRespon
/**
* Called after a non-websocket failure
* <p>
* 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
Expand Down

0 comments on commit 13070a6

Please sign in to comment.