We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a63db commit 1bf43f0Copy full SHA for 1bf43f0
spring-web/src/main/java/org/springframework/http/client/reactive/MonoFutureCallbackAdapter.java
@@ -25,7 +25,6 @@
25
* @author Martin Tarjányi
26
* @since 5.3
27
* @param <T> the result type
28
- * @see <a href="https://github.com/jetty-project/jetty-reactive-httpclient">Jetty ReactiveStreams HttpClient</a>
29
*/
30
class MonoFutureCallbackAdapter<T> implements FutureCallback<T> {
31
private final MonoSink<T> sink;
0 commit comments