Generate javadoc and fix warning

This commit is contained in:
Sam Harwell 2012-11-26 22:33:21 -06:00
parent 348adb5398
commit 3117a4e9e1
2 changed files with 15 additions and 1 deletions

View File

@ -330,6 +330,20 @@
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

View File

@ -55,7 +55,7 @@ public class Antlr4ErrorLog implements ANTLRToolListener {
/**
* Sends an informational message to the Maven log sink.
* @param s The message to send to Maven
* @param message The message to send to Maven
*/
@Override
public void info(String message) {