Author: dennisl Date: Mon Dec 17 14:08:31 2007 New Revision: 605016 URL: http://svn.apache.org/viewvc?rev=605016&view=rev Log: o Add more @since tags.
Modified: maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleReport.java Modified: maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleReport.java URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleReport.java?rev=605016&r1=605015&r2=605016&view=diff ============================================================================== --- maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleReport.java (original) +++ maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleReport.java Mon Dec 17 14:08:31 2007 @@ -420,6 +420,7 @@ * Checkstyle * * @parameter default-value="${project.build.testSourceDirectory}" + * @since 2.2 */ private File testSourceDirectory; @@ -427,6 +428,7 @@ * Include or not the test source directory to be used for Checkstyle * * @parameter default-value="${false}" + * @since 2.2 */ private boolean includeTestSourceDirectory;