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/14 20:02:47 UTC

svn commit: r793995 - /maven/shared/trunk/maven-reporting-impl/src/main/java/org/apache/maven/reporting/AbstractMavenReportRenderer.java

Author: dennisl
Date: Tue Jul 14 18:02:47 2009
New Revision: 793995

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

Modified:
    maven/shared/trunk/maven-reporting-impl/src/main/java/org/apache/maven/reporting/AbstractMavenReportRenderer.java

Modified: maven/shared/trunk/maven-reporting-impl/src/main/java/org/apache/maven/reporting/AbstractMavenReportRenderer.java
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-reporting-impl/src/main/java/org/apache/maven/reporting/AbstractMavenReportRenderer.java?rev=793995&r1=793994&r2=793995&view=diff
==============================================================================
--- maven/shared/trunk/maven-reporting-impl/src/main/java/org/apache/maven/reporting/AbstractMavenReportRenderer.java (original)
+++ maven/shared/trunk/maven-reporting-impl/src/main/java/org/apache/maven/reporting/AbstractMavenReportRenderer.java Tue Jul 14 18:02:47 2009
@@ -666,8 +666,8 @@
     }
 
     /**
-     * The method parses a text an apply the given pattern <code>{text, url}</code> to create
-     * a map of text/href.
+     * The method parses a text and applies the given pattern <code>{text, url}</code> to create
+     * a list of text/href.
      *
      * @param text a text with or without the pattern <code>{text, url}</code>
      * @return a map of text/href