You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/06/08 20:19:56 UTC

[GitHub] [maven-shared-utils] kwin commented on a diff in pull request #96: [MSHARED-1079] add build() method and document toString() method

kwin commented on code in PR #96:
URL: https://github.com/apache/maven-shared-utils/pull/96#discussion_r892825837


##########
src/main/java/org/apache/maven/shared/utils/logging/MessageBuilder.java:
##########
@@ -21,6 +21,8 @@
 
 /**
  * Message builder that supports configurable styling.
+ * An instance of this interface can be retrieved with {@link MessageUtils#buffer()}.
+ * After the message has been build with any of the append methods its content can be retrieved with {@link #build()}.

Review Comment:
   Thanks, replaced by "constructed" in https://github.com/apache/maven-shared-utils/pull/96/commits/35eb1e3a0dd029fb872b153fc04c847089b07377 as "build/built" is kind of overloaded here.



-- 
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