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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]