You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2013/08/24 20:48:41 UTC

svn commit: r1517181 - /maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/dependencies/renderer/DependenciesRenderer.java

Author: michaelo
Date: Sat Aug 24 18:48:41 2013
New Revision: 1517181

URL: http://svn.apache.org/r1517181
Log:
Proper formatting of @see tag.

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

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/dependencies/renderer/DependenciesRenderer.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/dependencies/renderer/DependenciesRenderer.java?rev=1517181&r1=1517180&r2=1517181&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/dependencies/renderer/DependenciesRenderer.java (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/dependencies/renderer/DependenciesRenderer.java Sat Aug 24 18:48:41 2013
@@ -66,7 +66,7 @@ import org.codehaus.plexus.util.StringUt
 
 /**
  * Renderer the dependencies report.
- * 
+ *
  * @version $Id$
  * @since 2.1
  */
@@ -177,7 +177,7 @@ public class DependenciesRenderer
 
     /**
      * Default constructor.
-     * 
+     *
      * @param sink
      * @param locale
      * @param i18n
@@ -284,7 +284,7 @@ public class DependenciesRenderer
 
     /**
      * Start section with a name and a specific anchor.
-     * 
+     *
      * @param anchor not null
      * @param name not null
      */
@@ -1188,7 +1188,7 @@ public class DependenciesRenderer
 
     /**
      * Get the repos that can be hidden behind a mirror.
-     * 
+     *
      * @param repo the repo used to download artifacts
      * @return the mirrored repositories or a singleton with actual repo if it is not a mirror
      */
@@ -1469,9 +1469,8 @@ public class DependenciesRenderer
     /**
      * Formats file length with the associated <a href="http://en.wikipedia.org/wiki/SI_prefix#Computing">SI</a> unit
      * (GB, MB, kB) and using the pattern <code>########.00</code> by default.
-     * 
-     * @see <a href="http://en.wikipedia.org/wiki/SI_prefix#Computing>
-     *      http://en.wikipedia.org/wiki/SI_prefix#Computing</a>
+     *
+     * @see <a href="http://en.wikipedia.org/wiki/SI_prefix#Computing"> http://en.wikipedia.org/wiki/SI_prefix#Computing</a>
      * @see <a href="http://en.wikipedia.org/wiki/Binary_prefix"> http://en.wikipedia.org/wiki/Binary_prefix</a>
      * @see <a href="http://en.wikipedia.org/wiki/Octet_(computing)"> http://en.wikipedia.org/wiki/Octet_(computing)</a>
      */
@@ -1486,7 +1485,7 @@ public class DependenciesRenderer
 
         /**
          * Default constructor
-         * 
+         *
          * @param i18n
          * @param locale
          */