1
0
mirror of https://github.com/google/nomulus synced 2026-01-07 05:56:49 +00:00

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();
@Inject AbstractDataStoreFactory dataStoreFactory;
@Inject @AuthModule.ClientScopeQualifier String clientScopeQualifier;
@Override
public void run() throws IOException {