sebastien-doyon commented on code in PR #1270: URL: https://github.com/apache/maven/pull/1270#discussion_r1367034601
########## 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: For me it is not related, the usage of the `MessageUtils` class is not the same -- 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