Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Sep 3, 2014
1 parent be84ce9 commit 8f777e9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public class AnnotationProcessorImpl extends AbstractProcessor {
@Override
public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) {
if (roundEnv.processingOver()) return false;
// TODO should not write anything until processingOver

Map<String,Set<String>> services = new HashMap<String, Set<String>>();

Expand Down

0 comments on commit 8f777e9

Please sign in to comment.