From 406ff66329c25d47514bf28efff2bc5524093b4f Mon Sep 17 00:00:00 2001 From: Shalin Shekhar Mangar Date: Thu, 3 Sep 2015 20:57:22 +0000 Subject: [PATCH] SOLR-7971: Mention output stream in javadoc instead of byte buffer git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1701137 13f79535-47bb-0310-9956-ffa450edef68 --- solr/solrj/src/java/org/apache/solr/common/util/ByteUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/solrj/src/java/org/apache/solr/common/util/ByteUtils.java b/solr/solrj/src/java/org/apache/solr/common/util/ByteUtils.java index e24f793eb86..f4fc4e680f8 100644 --- a/solr/solrj/src/java/org/apache/solr/common/util/ByteUtils.java +++ b/solr/solrj/src/java/org/apache/solr/common/util/ByteUtils.java @@ -129,7 +129,7 @@ public class ByteUtils { /** Writes UTF8 into the given OutputStream by first writing to the given scratch array * and then writing the contents of the scratch array to the OutputStream. The given scratch byte array - * is used to buffer intermediate data before it is written to the byte buffer. + * is used to buffer intermediate data before it is written to the output stream. * * @return the number of bytes written */