Copilot commented on code in PR #270:
URL: 
https://github.com/apache/maven-dependency-analyzer/pull/270#discussion_r3036714341


##########
src/main/java/org/apache/maven/shared/dependency/analyzer/DefaultProjectDependencyAnalyzer.java:
##########
@@ -43,7 +43,9 @@
 import org.apache.maven.project.MavenProject;
 
 /**
- * <p>DefaultProjectDependencyAnalyzer class.</p>
+ * <p>
+ * DefaultProjectDependencyAnalyzer class.
+ * </p>

Review Comment:
   The class Javadoc formatting was changed to a multi-line `<p> ... </p>` 
block. In this module, other classes typically use the single-line `<p>Some 
text.</p>` style (e.g., `DefaultClassAnalyzer`). Consider reverting to the 
existing format for consistency across the codebase.
   ```suggestion
    * <p>DefaultProjectDependencyAnalyzer class.</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: [email protected]

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

Reply via email to