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 b00bba19169..43d024f3ed8 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 @@ -76,7 +76,7 @@ public class ByteUtils { /** Writes UTF8 into the byte array, starting at offset. The caller should ensure that * there is enough space for the worst-case scenario. - * @returns the number of bytes written + * @return the number of bytes written */ public static int UTF16toUTF8(CharSequence s, int offset, int len, byte[] result, int resultOffset) { final int end = offset + len;