You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-web/src/testFixtures/java/org/springframework/web/testfixture/http/server/reactive/MockServerHttpRequest.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -282,9 +282,9 @@ public interface BaseBuilder<B extends BaseBuilder<B>> {
282
282
/**
283
283
* Add the given header values.
284
284
* @param headers the header values
285
-
* @deprecated Use {@link #headers(HttpHeaders)}
285
+
* @deprecated in favor of {@link #headers(HttpHeaders)}
0 commit comments