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


##########
src/main/java/org/apache/maven/plugin/compiler/PathFilter.java:
##########
@@ -80,8 +83,14 @@ final class PathFilter extends SimpleFileVisitor<Path> {
     private final String[] excludes;
 
     /**
-     * Combination of include and exclude filters. This is an instance of 
{@link PathSelector},
-     * unless the includes/excludes can be simplified to a single standard 
matcher instance.
+     * The service to use for creating include and exclude filters.
+     * Used for setting a value to {@link #fileMatcher} and {@link 
#directoryMatcher}.

Review Comment:
   Right, thanks for spotting that. Actually, rather than the Javadoc being 
wrong, it is rather the implementation which has not been updated as described 
in the _Optional follow-up: directory pruning_ section just above. I pushed a 
correction.



-- 
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