You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "elharo (via GitHub)" <gi...@apache.org> on 2023/08/22 11:54:17 UTC

[GitHub] [maven] elharo commented on a diff in pull request #1215: [MNG-7822] Add TRACE("bold,magenta" ) to Style in org.apache.maven.shared.utils.logging for style.color

elharo commented on code in PR #1215:
URL: https://github.com/apache/maven/pull/1215#discussion_r1301529188


##########
api/maven-api-core/src/main/java/org/apache/maven/api/services/MessageBuilder.java:
##########
@@ -27,6 +27,16 @@
  * @see MessageBuilderFactory
  */
 public interface MessageBuilder {
+
+    /**
+     * Append message content in trace style.
+     * By default, bold magenta
+     * @param message the message to append

Review Comment:
   nit: blank line before first param



-- 
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-unsubscribe@maven.apache.org

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