Polish gh-10007

This commit is contained in:
Steve Riesenberg 2021-11-30 10:17:53 -06:00
parent 43317c5a61
commit 204f0b4599
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import org.springframework.web.server.ServerWebExchange;
* @author Guirong Hu
* @since 5.7
*/
public class IpAddressServerWebExchangeMatcher implements ServerWebExchangeMatcher {
public final class IpAddressServerWebExchangeMatcher implements ServerWebExchangeMatcher {
private final IpAddressMatcher ipAddressMatcher;