Skip to content

Commit cda1e55

Browse files
committed
Polishing
1 parent 1d5ffaf commit cda1e55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2020 the original author or authors.
2+
* Copyright 2002-2022 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public static ExchangeFilterFunction limitResponseSize(long maxByteCount) {
7171
* Return a filter that generates an error signal when the given
7272
* {@link HttpStatus} predicate matches.
7373
* @param statusPredicate the predicate to check the HTTP status with
74-
* @param exceptionFunction the function that to create the exception
74+
* @param exceptionFunction the function to create the exception
7575
* @return the filter to generate an error signal
7676
*/
7777
public static ExchangeFilterFunction statusError(Predicate<HttpStatus> statusPredicate,

0 commit comments

Comments
 (0)