removed vestigial client config service

pull/516/head
Justin Richer 2013-09-04 14:57:41 -04:00
parent 2201206f0e
commit a9710899cd
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ import static org.mitre.oauth2.model.ClientDetailsEntity.AuthMethod.SECRET_BASIC
*/
public class IntrospectingTokenService implements ResourceServerTokenServices {
private ClientConfigurationService clientService;
private IntrospectionConfigurationService introspectionConfigurationService;
private IntrospectionAuthorityGranter introspectionAuthorityGranter = new SimpleIntrospectionAuthorityGranter();