dweiss commented on code in PR #12951: URL: https://github.com/apache/lucene/pull/12951#discussion_r1428895426
########## lucene/core/src/java/org/apache/lucene/util/BytesRefBuilder.java: ########## @@ -60,6 +60,13 @@ public void grow(int capacity) { ref.bytes = ArrayUtil.grow(ref.bytes, capacity); } + /** + * Used to grow the builder without coping bytes. see {@link ArrayUtil#growNoCopy(byte[], int)}. Review Comment: ```suggestion * Used to grow the builder without copying bytes. see {@link ArrayUtil#growNoCopy(byte[], int)}. ``` -- 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...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org