Fix @VisibleForTesting given the newly deployed enforcement

Generated code is now also covered by @VisibleForTesting, including Dagger @Inject

This CL is a cleanup of auto-generated code by ghm@ from the Error Prone team

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=228748874
This commit is contained in:
guyben 2019-01-10 11:48:28 -08:00 committed by Ben McIlwain
parent 8bde7285bf
commit c74ffd7559
15 changed files with 11 additions and 24 deletions

View file

@ -297,7 +297,6 @@ public class ShellCommand implements Command {
return resultBuilder.build().toArray(new String[0]);
}
@VisibleForTesting
static class JCommanderCompletor implements Completor {
private static final ParamDoc DEFAULT_PARAM_DOC =