Author: michaelo
Date: Thu Nov 27 13:30:09 2014
New Revision: 1642147

URL: http://svn.apache.org/r1642147
Log:
Fix Checkstyle errors

Modified:
    
maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/ScmReport.java

Modified: 
maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/ScmReport.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/ScmReport.java?rev=1642147&r1=1642146&r2=1642147&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/ScmReport.java
 (original)
+++ 
maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/ScmReport.java
 Thu Nov 27 13:30:09 2014
@@ -739,8 +739,8 @@ public class ScmReport
         // Subversion
 
         /**
-         * Create the documentation to provide an anonymous access with a 
<code>Subversion</code> SCM. For example, generate
-         * the following command line:
+         * Create the documentation to provide an anonymous access with a 
<code>Subversion</code>
+         * SCM. For example, generate the following command line:
          * <p>
          * svn checkout http://svn.apache.org/repos/asf/maven/components/trunk 
maven
          * </p>
@@ -756,8 +756,8 @@ public class ScmReport
         }
 
         /**
-         * Create the documentation to provide an developer access with a 
<code>Subversion</code> SCM. For example, generate
-         * the following command line:
+         * Create the documentation to provide an developer access with a 
<code>Subversion</code>
+         * SCM. For example, generate the following command line:
          * <p>
          * svn checkout 
https://svn.apache.org/repos/asf/maven/components/trunk maven
          * </p>


Reply via email to