mirror of https://github.com/apache/lucene.git
typo -- exceeds with eee
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1074523 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c66172cf3b
commit
aaa57bc341
|
@ -117,7 +117,7 @@ public final class BytesRefHash {
|
|||
*/
|
||||
public BytesRef get(int ord, BytesRef ref) {
|
||||
assert bytesStart != null : "bytesStart is null - not initialized";
|
||||
assert ord < bytesStart.length: "ord exceeeds byteStart len: " + bytesStart.length;
|
||||
assert ord < bytesStart.length: "ord exceeds byteStart len: " + bytesStart.length;
|
||||
return pool.setBytesRef(ref, bytesStart[ord]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue