From 1aa3ee2170c0ab9075f4f24e61544518d5f60cda Mon Sep 17 00:00:00 2001 From: pjulien Date: Mon, 23 May 2016 16:47:41 -0400 Subject: [PATCH] Clarify documentation based on review comments --- java/com/google/flatbuffers/FlatBufferBuilder.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/java/com/google/flatbuffers/FlatBufferBuilder.java b/java/com/google/flatbuffers/FlatBufferBuilder.java index 58189afcc..fecb213f6 100644 --- a/java/com/google/flatbuffers/FlatBufferBuilder.java +++ b/java/com/google/flatbuffers/FlatBufferBuilder.java @@ -368,7 +368,8 @@ public class FlatBufferBuilder { /// @endcond /** - * Encode the string `s` in the buffer using UTF-8. + * Encode the string `s` in the buffer using UTF-8. If {@code s} is + * already a {@link CharBuffer}, this method is allocation free. * * @param s The string to encode. * @return The offset in the buffer where the encoded string starts.