desruisseaux commented on code in PR #2232:
URL: https://github.com/apache/maven/pull/2232#discussion_r2028358504


##########
api/maven-api-core/src/main/java/org/apache/maven/api/SourceRoot.java:
##########
@@ -50,7 +49,7 @@ default Path directory() {
      * The default implementation returns an empty list, which means to apply 
a language-dependent pattern.

Review Comment:
   Proposed new block of comment:
   
   ```
       /**
        * {@return the list of patterns for the files to include}.
        * The path separator is {@code /} on all platforms, including Windows.
        * The prefix before the {@code :} character, if present, is the syntax.
        * If no syntax is specified, the default is a Maven-specific variation
        * of the {@code "glob"} pattern.
        *
        * <p>The default implementation returns an empty list, which means to 
apply a language-dependent pattern.
        * For example, for the Java language, the default pattern is {@code 
"*.java"}.</p>
        */
   ```



-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to