gnodet commented on code in PR #1270:
URL: https://github.com/apache/maven/pull/1270#discussion_r1366754120


##########
api/maven-api-core/src/main/java/org/apache/maven/api/services/MessageBuilder.java:
##########
@@ -206,4 +206,11 @@ public interface MessageBuilder {
      */
     @Nonnull
     String build();
+
+    /**
+     * Set the buffer length.
+     *
+     * @param length the new length
+     */
+    void setLength(int length);

Review Comment:
   Shouldn't this be reused in #1269 somehow ?  I mean that PR mixes ansi 
formatting with string builders...  No big deal for now though.



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

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

Reply via email to