Make OAuth2TokenIntrospectionEndpointConfigurer.getRequestMatcher() package-private
Closes gh-824
This commit is contained in:
@@ -145,7 +145,7 @@ public final class OAuth2TokenIntrospectionEndpointConfigurer extends AbstractOA
|
||||
}
|
||||
|
||||
@Override
|
||||
public RequestMatcher getRequestMatcher() {
|
||||
RequestMatcher getRequestMatcher() {
|
||||
return this.requestMatcher;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user