mirror of https://github.com/apache/lucene.git
Fix @link typo.
This commit is contained in:
parent
4534c7dd1a
commit
f692fa8092
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue