You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2011/08/08 19:53:46 UTC

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

Author: olamy
Date: Mon Aug  8 17:53:46 2011
New Revision: 1155028

URL: http://svn.apache.org/viewvc?rev=1155028&view=rev
Log:
fix checkstyle issue

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

Modified: maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleReport.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleReport.java?rev=1155028&r1=1155027&r2=1155028&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleReport.java (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleReport.java Mon Aug  8 17:53:46 2011
@@ -592,7 +592,7 @@ public class CheckstyleReport
             {
                 throw new MavenReportException( "Failed during checkstyle configuration", e );
             }
-            catch (CheckstyleExecutorException e)
+            catch ( CheckstyleExecutorException e )
             {
                 throw new MavenReportException( "Failed during checkstyle execution", e );
             }