mirror of https://github.com/apache/lucene.git
Fix UInt64 typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150083 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9808a54319
commit
fcf192b882
|
@ -451,7 +451,7 @@
|
||||||
64-bit unsigned integers are written as eight
|
64-bit unsigned integers are written as eight
|
||||||
bytes, high-order bytes first.
|
bytes, high-order bytes first.
|
||||||
</p>
|
</p>
|
||||||
<p>UInt32 --> <Byte><sup>8</sup>
|
<p>UInt64 --> <Byte><sup>8</sup>
|
||||||
</p>
|
</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
|
|
@ -283,7 +283,7 @@
|
||||||
bytes, high-order bytes first.
|
bytes, high-order bytes first.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>UInt32 --> <Byte><sup>8</sup>
|
<p>UInt64 --> <Byte><sup>8</sup>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
</subsection>
|
</subsection>
|
||||||
|
|
Loading…
Reference in New Issue