This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-shared-incremental.git
commit cf39aca712297cb78f4a452445816495d224b3f5 Author: Olivier Lamy <ol...@apache.org> AuthorDate: Mon Nov 26 23:14:05 2012 +0000 fix javadoc git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@1413924 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/maven/shared/incremental/IncrementalBuildHelper.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/apache/maven/shared/incremental/IncrementalBuildHelper.java b/src/main/java/org/apache/maven/shared/incremental/IncrementalBuildHelper.java index 2ae5174..03d8b75 100644 --- a/src/main/java/org/apache/maven/shared/incremental/IncrementalBuildHelper.java +++ b/src/main/java/org/apache/maven/shared/incremental/IncrementalBuildHelper.java @@ -62,7 +62,7 @@ public class IncrementalBuildHelper private DirectoryScanner directoryScanner; /** - * Once the {@link #beforeRebuildExecution(java.io.File)} got called, + * Once the {@link #beforeRebuildExecution(org.apache.maven.shared.incremental.IncrementalBuildHelperRequest)} got called, * this will contain the list of files in the build directory. */ private String[] filesBeforeAction = new String[0]; @@ -266,7 +266,7 @@ public class IncrementalBuildHelper * (list of all files which exist in the outputDirectory after the clean). </p> * * <p>After the actual Mojo task got executed you should invoke the method - * {@link #afterRebuildExecution()} to collect the list of files which got changed + * {@link #afterRebuildExecution(org.apache.maven.shared.incremental.IncrementalBuildHelperRequest)} to collect the list of files which got changed * by this task.</p> * * @@ -314,7 +314,7 @@ public class IncrementalBuildHelper * * <p><b>Attention:</b> This method shall only get invoked if the plugin re-creates <b>all</b> the output.</p> * - * @param sources file sources to store if create files are not yet stored + * @param incrementalBuildHelperRequest will contains file sources to store if create files are not yet stored * * @throws MojoExecutionException */ -- To stop receiving notification emails like this one, please contact "commits@maven.apache.org" <commits@maven.apache.org>.