mirror of
https://github.com/apache/lucene.git
synced 2025-03-01 05:49:33 +00:00
correct writeVLong typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1074376 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6d1353bc59
commit
eeeb300d54
@ -82,7 +82,7 @@ public abstract class DataOutput {
|
||||
writeInt((int) i);
|
||||
}
|
||||
|
||||
/** Writes an long in a variable-length format. Writes between one and five
|
||||
/** Writes an long in a variable-length format. Writes between one and nine
|
||||
* bytes. Smaller values take fewer bytes. Negative numbers are not
|
||||
* supported.
|
||||
* @see DataInput#readVLong()
|
||||
|
Loading…
x
Reference in New Issue
Block a user