Remove unused injected ClientScopeQualifier

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=152253768
This commit is contained in:
nickfelt 2017-04-05 07:14:54 -07:00 committed by Ben McIlwain
parent a5c9ef56d3
commit ef3977e837

View file

@ -28,7 +28,6 @@ class LogoutCommand implements Command {
private static final FormattingLogger logger = FormattingLogger.getLoggerForCallerClass(); private static final FormattingLogger logger = FormattingLogger.getLoggerForCallerClass();
@Inject AbstractDataStoreFactory dataStoreFactory; @Inject AbstractDataStoreFactory dataStoreFactory;
@Inject @AuthModule.ClientScopeQualifier String clientScopeQualifier;
@Override @Override
public void run() throws IOException { public void run() throws IOException {