desruisseaux commented on code in PR #959:
URL: 
https://github.com/apache/maven-compiler-plugin/pull/959#discussion_r2405474763


##########
src/main/java/org/apache/maven/plugin/compiler/IncrementalBuild.java:
##########
@@ -624,9 +624,8 @@ String inputFileTreeChanges() throws IOException {
      * Each given root can be either a regular file (typically a JAR file) or 
a directory.
      * Directories are scanned recursively.
      *
-     * @param directories files or directories to scan
+     * @param dependencies files or directories to scan
      * @param fileExtensions extensions of the file to check (usually "jar" 
and "class")
-     * @param changeTime the time at which a file is considered as changed
      * @return {@code null} if the project does not need to be rebuilt, 
otherwise a message saying why to rebuild

Review Comment:
   Copilote seems confused in this case, it seems to want a `@param` tag for a 
local variable.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to