Skip to content

Commit

Permalink
Comment added
Browse files Browse the repository at this point in the history
  • Loading branch information
pvojtechovsky committed Nov 7, 2016
1 parent 4eeba1e commit 6750a71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/spoon/SpoonModelBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ public interface SpoonModelBuilder {
interface InputType {
InputType FILES = FileCompilerConfig.INSTANCE;
InputType CTTYPES = FactoryCompilerConfig.INSTANCE;

/**
* responsible for setting the parameters of JDTBatchCompiler, must call setCompilationUnits()
*/
void initializeCompiler(JDTBatchCompiler compiler);
}

Expand Down

0 comments on commit 6750a71

Please sign in to comment.