Skip to content

Commit a79eade

Browse files
committed
Javadoc
1 parent 6ed1b58 commit a79eade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-webflux/src/main/java/org/springframework/web/reactive/function/BodyInserters.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public static <T> BodyInserter<T, ReactiveHttpOutputMessage> fromValue(T body) {
112112
* {@link #fromProducer(Object, Class)} should be used.
113113
* @see #fromPublisher(Publisher, Class)
114114
* @see #fromProducer(Object, Class)
115-
* @deprecated As of Spring Framework 5.2, in favor of {@link #fromValue(T)}.
115+
* @deprecated As of Spring Framework 5.2, in favor of {@link #fromValue(Object)}
116116
*/
117117
@Deprecated
118118
public static <T> BodyInserter<T, ReactiveHttpOutputMessage> fromObject(T body) {

0 commit comments

Comments
 (0)