Author: dennisl
Date: Tue Jul 14 18:08:31 2009
New Revision: 793997

URL: http://svn.apache.org/viewvc?rev=793997&view=rev
Log:
o Fix Javadoc (merge r793995 from trunk)

Modified:
    
maven/shared/branches/maven-reporting-impl-2.0.4.x/src/main/java/org/apache/maven/reporting/AbstractMavenReportRenderer.java

Modified: 
maven/shared/branches/maven-reporting-impl-2.0.4.x/src/main/java/org/apache/maven/reporting/AbstractMavenReportRenderer.java
URL: 
http://svn.apache.org/viewvc/maven/shared/branches/maven-reporting-impl-2.0.4.x/src/main/java/org/apache/maven/reporting/AbstractMavenReportRenderer.java?rev=793997&r1=793996&r2=793997&view=diff
==============================================================================
--- 
maven/shared/branches/maven-reporting-impl-2.0.4.x/src/main/java/org/apache/maven/reporting/AbstractMavenReportRenderer.java
 (original)
+++ 
maven/shared/branches/maven-reporting-impl-2.0.4.x/src/main/java/org/apache/maven/reporting/AbstractMavenReportRenderer.java
 Tue Jul 14 18:08:31 2009
@@ -649,8 +649,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


Reply via email to