Updated comments

This commit is contained in:
Sam Harwell 2012-12-01 15:40:51 -06:00
parent 41361b65e3
commit 3fa5af33e2
1 changed files with 2 additions and 4 deletions

View File

@ -141,15 +141,13 @@ public class Antlr4Mojo extends AbstractMojo {
protected MavenProject project;
/**
* Specifies the Antlr directory containing grammar files.
* Specifies the ANTLR directory containing grammar files.
*/
@Parameter(defaultValue = "${basedir}/src/main/antlr4", required = true)
private File sourceDirectory;
/**
* Location for generated Java files. For antlr version 4.x we default
* this to a directory in the tree called antlr4 because the antlr
* directory is occupied by version 2.x grammars.
* Specify output directory where the Java files are generated.
*/
@Parameter(defaultValue = "${project.build.directory}/generated-sources/antlr4", required = true)
private File outputDirectory;