fix bad javadoc

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1236884 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2012-01-27 20:53:15 +00:00
parent 7784c42dd1
commit ac664ba310
1 changed files with 1 additions and 1 deletions

View File

@ -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;