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-webflux/src/main/java/org/springframework/web/reactive/function/client/ExchangeFilterFunctions.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ public static ExchangeFilterFunction limitResponseSize(long maxByteCount) {
68
68
* Return a filter that generates an error signal when the given
69
69
* {@link HttpStatusCode} predicate matches.
70
70
* @param statusPredicate the predicate to check the HTTP status with
71
-
* @param exceptionFunction the function that to create the exception
71
+
* @param exceptionFunction the function to create the exception
0 commit comments