Reformat all Java files with google-java-format 1.6
Change-Id: Iedba3f24ac00e2186e3e0688fabea817ddf43739
This commit is contained in:
@@ -65,12 +65,11 @@ import org.kohsuke.args4j.Option;
|
||||
*/
|
||||
public class ProtobufImport extends SiteProgram {
|
||||
@Option(
|
||||
name = "--file",
|
||||
aliases = {"-f"},
|
||||
required = true,
|
||||
metaVar = "FILE",
|
||||
usage = "File to import from"
|
||||
)
|
||||
name = "--file",
|
||||
aliases = {"-f"},
|
||||
required = true,
|
||||
metaVar = "FILE",
|
||||
usage = "File to import from")
|
||||
private File file;
|
||||
|
||||
private final LifecycleManager manager = new LifecycleManager();
|
||||
|
||||
Reference in New Issue
Block a user