Fix @link typo.

This commit is contained in:
Christine Poerschke 2016-09-26 12:37:04 +01:00
parent 4534c7dd1a
commit f692fa8092
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ public final class ByteBlockPool {
/** Fill the provided {@link BytesRef} with the bytes at the specified offset/length slice.
* This will avoid copying the bytes, if the slice fits into a single block; otherwise, it uses
* the provided {@linkl BytesRefBuilder} to copy bytes over. */
* the provided {@link BytesRefBuilder} to copy bytes over. */
void setBytesRef(BytesRefBuilder builder, BytesRef result, long offset, int length) {
result.length = length;