This commit is contained in:
Stephane Nicoll
2016-05-17 09:48:59 +02:00
parent 3805fc7455
commit dcf3a56bd5

View File

@@ -245,7 +245,7 @@ public class ResourceServerTokenServicesConfigurationTests {
protected static class PrincipalConfiguration extends ResourceConfiguration {
@Bean
PrincipalExtractor authoritiesExtractor() {
PrincipalExtractor principalExtractor() {
return new PrincipalExtractor() {
@Override