Copilot commented on code in PR #254:
URL:
https://github.com/apache/maven-source-plugin/pull/254#discussion_r3682105823
##########
src/main/java/org/apache/maven/plugins/source/AbstractSourceJarMojo.java:
##########
@@ -501,7 +501,7 @@ protected String getExtension() {
/**
* @param p {@link Project}
- * @return The execution projet.
+ * @return the execution project
*/
Review Comment:
Javadoc in this class consistently uses capitalized, sentence-like `@return`
descriptions ending with a period (e.g., "@return The extension ..."). This
updated `@return` deviates from that convention; consider keeping it consistent.
This issue also appears on line 543 of the same file.
--
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]