Skip to content

Commit 1bf43f0

Browse files
Fix javadoc
1 parent 14a63db commit 1bf43f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-web/src/main/java/org/springframework/http/client/reactive/MonoFutureCallbackAdapter.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
* @author Martin Tarjányi
2626
* @since 5.3
2727
* @param <T> the result type
28-
* @see <a href="https://github.com/jetty-project/jetty-reactive-httpclient">Jetty ReactiveStreams HttpClient</a>
2928
*/
3029
class MonoFutureCallbackAdapter<T> implements FutureCallback<T> {
3130
private final MonoSink<T> sink;

0 commit comments

Comments
 (0)