removed vestigial client config service

pull/650/head
Justin Richer 2013-09-04 14:57:41 -04:00
parent 7acb163031
commit 889ab830f8
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,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();