Stephan202 commented on a change in pull request #585: URL: https://github.com/apache/maven-mvnd/pull/585#discussion_r786914332
########## File path: dist/src/main/distro/conf/mvnd.properties ########## @@ -86,7 +86,7 @@ # MVND_MIN_THREADS # The minimum number of threads to use when constructing the default {@code -T} parameter for the daemon. # This value is ignored if the user passes @{@code -T}, @{@code --threads} or {@code -Dmvnd.threads} on the command -# line or if he sets {@code mvnd.threads} in {@code ~/.m2/mvnd.properties}. +# line or if they set {@code mvnd.threads} in {@code ~/.m2/mvnd.properties}. Review comment: Right now the text mixes several grammatical forms. How about: ``` # The minimum number of threads to use when constructing the default {@code -T} # parameter for the daemon. This value is ignored if @{@code -T}, @{@code # --threads} or {@code -Dmvnd.threads} is explicitly specified on the command # line, or if {@code mvnd.threads} is specified in {@code ~/.m2/mvnd.properties}. ``` This avoids any explicit mention of the user. -- 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