Skip to content

Commit

Permalink
Checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
cachescrubber committed Aug 31, 2023
1 parent b94128d commit cf62339
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
* </p>
* @since 5.0
* @see ChainElement
* @see HttpAsyncClientBuilder#addExecInterceptorFirst(String, AsyncExecChainHandler)
* @see HttpAsyncClientBuilder#addExecInterceptorFirst(String, AsyncExecChainHandler)
* @see HttpAsyncClientBuilder#addExecInterceptorBefore(String, String, AsyncExecChainHandler)
* @see HttpAsyncClientBuilder#addExecInterceptorAfter(String, String, AsyncExecChainHandler)
* @see HttpAsyncClientBuilder#addExecInterceptorLast(String, AsyncExecChainHandler)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
*
* @since 4.3
* @see ChainElement
* @see HttpClientBuilder#addExecInterceptorFirst(String, ExecChainHandler)
* @see HttpClientBuilder#addExecInterceptorFirst(String, ExecChainHandler)
* @see HttpClientBuilder#addExecInterceptorBefore(String, String, ExecChainHandler)
* @see HttpClientBuilder#addExecInterceptorAfter(String, String, ExecChainHandler)
* @see HttpClientBuilder#addExecInterceptorAfter(String, String, ExecChainHandler)
* @see HttpClientBuilder#addExecInterceptorLast(String, ExecChainHandler)
*/
@Contract(threading = ThreadingBehavior.STATELESS)
Expand Down

0 comments on commit cf62339

Please sign in to comment.