Make OAuth2TokenIntrospectionEndpointConfigurer.getRequestMatcher() package-private

Closes gh-824
This commit is contained in:
Joe Grandja
2022-07-28 14:56:46 -04:00
parent 852d795abc
commit 0b85fdc883

View File

@@ -145,7 +145,7 @@ public final class OAuth2TokenIntrospectionEndpointConfigurer extends AbstractOA
}
@Override
public RequestMatcher getRequestMatcher() {
RequestMatcher getRequestMatcher() {
return this.requestMatcher;
}