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:ken...@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