You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2009/07/09 21:34:20 UTC

svn commit: r792648 - /maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleViolationCheckMojo.java

Author: dennisl
Date: Thu Jul  9 19:34:19 2009
New Revision: 792648

URL: http://svn.apache.org/viewvc?rev=792648&view=rev
Log:
o Improve Javadoc.

Modified:
    maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleViolationCheckMojo.java

Modified: maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleViolationCheckMojo.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleViolationCheckMojo.java?rev=792648&r1=792647&r2=792648&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleViolationCheckMojo.java (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleViolationCheckMojo.java Thu Jul  9 19:34:19 2009
@@ -90,14 +90,13 @@
     private boolean skip;
 
     /**
-     * Ouput detected violations in the console
+     * Output the detected violations to the console.
      *
      * @parameter expression="${checkstyle.console}" default-value="false"
      * @since 2.3
      */
     private boolean logViolationsToConsole;
 
-
     /**
      * @see org.apache.maven.plugin.Mojo#execute()
      */