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/08 18:45:56 UTC

svn commit: r942415 - /maven/plugins/trunk/maven-site-plugin/src/main/java/org/apache/maven/reporting/MavenMultiPageReport.java

Author: hboutemy
Date: Sat May  8 16:45:55 2010
New Revision: 942415

URL: http://svn.apache.org/viewvc?rev=942415&view=rev
Log:
added @since tag

Modified:
    maven/plugins/trunk/maven-site-plugin/src/main/java/org/apache/maven/reporting/MavenMultiPageReport.java

Modified: maven/plugins/trunk/maven-site-plugin/src/main/java/org/apache/maven/reporting/MavenMultiPageReport.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/main/java/org/apache/maven/reporting/MavenMultiPageReport.java?rev=942415&r1=942414&r2=942415&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/main/java/org/apache/maven/reporting/MavenMultiPageReport.java (original)
+++ maven/plugins/trunk/maven-site-plugin/src/main/java/org/apache/maven/reporting/MavenMultiPageReport.java Sat May  8 16:45:55 2010
@@ -27,14 +27,15 @@ import java.util.Locale;
 /**
  * Temporary class for backwards compatibility. This method
  * should be moved to the MavenReport class, and the other 'generate'
- * method should be dropped. But that will render all reporting mojo's 
- * uncompilable. 
+ * method should be dropped. But that will render all reporting mojo's
+ * uncompilable.
  *
  * This interface was copied from reporting-api 3.0, to avoid upgrading prerequisite
  * to Maven 3.0.
  *
  * @author <a href="mailto:kenney@apache.org">Kenney Westerhof</a>
  * @todo MSITE-369 remove this class when Maven 3.0 as prerequisite is ok
+ * @since 2.0-beta-6
  */
 public interface MavenMultiPageReport
     extends MavenReport