Skip to content

Commit

Permalink
Reorder some initialization
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=139638170
  • Loading branch information
jaredking authored and ronshapiro committed Nov 21, 2016
1 parent c1d3e2c commit 673e1fb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,8 @@ protected Iterable<? extends ProcessingStep> initSteps() {
Messager messager = processingEnv.getMessager();
Types types = processingEnv.getTypeUtils();
Elements elements = processingEnv.getElementUtils();
Filer filer = new FormattingFiler(processingEnv.getFiler());

CompilerOptions compilerOptions = CompilerOptions.create(processingEnv, elements);
Filer filer = new FormattingFiler(processingEnv.getFiler());

KeyFormatter keyFormatter = new KeyFormatter();
MethodSignatureFormatter methodSignatureFormatter = new MethodSignatureFormatter(types);
Expand Down

0 comments on commit 673e1fb

Please sign in to comment.