Skip to content

Commit 898ba67

Browse files
author
Steve Riesenberg
committed
Polish gh-10007
1 parent 9f51240 commit 898ba67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/main/java/org/springframework/security/web/server/util/matcher/IpAddressServerWebExchangeMatcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* @author Guirong Hu
3030
* @since 5.7
3131
*/
32-
public class IpAddressServerWebExchangeMatcher implements ServerWebExchangeMatcher {
32+
public final class IpAddressServerWebExchangeMatcher implements ServerWebExchangeMatcher {
3333

3434
private final IpAddressMatcher ipAddressMatcher;
3535

0 commit comments

Comments
 (0)