mirror of https://github.com/apache/lucene.git
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:
parent
7784c42dd1
commit
ac664ba310
|
@ -76,7 +76,7 @@ public class ByteUtils {
|
||||||
|
|
||||||
/** Writes UTF8 into the byte array, starting at offset. The caller should ensure that
|
/** Writes UTF8 into the byte array, starting at offset. The caller should ensure that
|
||||||
* there is enough space for the worst-case scenario.
|
* 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) {
|
public static int UTF16toUTF8(CharSequence s, int offset, int len, byte[] result, int resultOffset) {
|
||||||
final int end = offset + len;
|
final int end = offset + len;
|
||||||
|
|
Loading…
Reference in New Issue