You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2010/05/02 15:30:57 UTC

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

Author: hboutemy
Date: Sun May  2 13:30:56 2010
New Revision: 940217

URL: http://svn.apache.org/viewvc?rev=940217&view=rev
Log:
show that MavenMultiPageReport is implemented and not only MavenReport

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

Modified: maven/shared/trunk/maven-reporting-impl/src/main/java/org/apache/maven/reporting/AbstractMavenReport.java
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-reporting-impl/src/main/java/org/apache/maven/reporting/AbstractMavenReport.java?rev=940217&r1=940216&r2=940217&view=diff
==============================================================================
--- maven/shared/trunk/maven-reporting-impl/src/main/java/org/apache/maven/reporting/AbstractMavenReport.java (original)
+++ maven/shared/trunk/maven-reporting-impl/src/main/java/org/apache/maven/reporting/AbstractMavenReport.java Sun May  2 13:30:56 2010
@@ -38,7 +38,7 @@ import java.util.Locale;
  */
 public abstract class AbstractMavenReport
     extends AbstractMojo
-    implements MavenReport
+    implements MavenMultiPageReport
 {
     /** The current sink to use */
     private Sink sink;
@@ -201,7 +201,7 @@ public abstract class AbstractMavenRepor
      * value of this method is irrelevant. Therefore, developers should always call {@link #getReportOutputDirectory()}
      * to get the effective output directory for the report. The later method will eventually fallback to this method
      * if the mojo is not run as part of a site generation.
-     * 
+     *
      * @return The path to the output directory as specified in the plugin configuration for this report.
      */
     protected abstract String getOutputDirectory();