mirror of
https://github.com/apache/lucene.git
synced 2025-03-06 16:29:30 +00:00
LUCENE-9047: fix typo in javadocs (still referred to big endian)
This commit is contained in:
parent
5dfbef313c
commit
f3c3b90e35
@ -65,7 +65,7 @@ public abstract class DataOutput {
|
||||
/**
|
||||
* Writes an int as four bytes.
|
||||
*
|
||||
* <p>32-bit unsigned integer written as four bytes, high-order bytes first.
|
||||
* <p>32-bit unsigned integer written as four bytes, low-order bytes first.
|
||||
*
|
||||
* @see DataInput#readInt()
|
||||
*/
|
||||
@ -217,7 +217,7 @@ public abstract class DataOutput {
|
||||
/**
|
||||
* Writes a long as eight bytes.
|
||||
*
|
||||
* <p>64-bit unsigned integer written as eight bytes, high-order bytes first.
|
||||
* <p>64-bit unsigned integer written as eight bytes, low-order bytes first.
|
||||
*
|
||||
* @see DataInput#readLong()
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user