8024458: DataInput.readDouble refers to "readlong" instead of "readLong"
Fix the typo Reviewed-by: lancea, chegar, dxu
This commit is contained in:
parent
e6f691aeb2
commit
8d19ef756e
@ -444,7 +444,7 @@ interface DataInput {
|
||||
* a {@code double} value. It does this
|
||||
* by first constructing a {@code long}
|
||||
* value in exactly the manner
|
||||
* of the {@code readlong}
|
||||
* of the {@code readLong}
|
||||
* method, then converting this {@code long}
|
||||
* value to a {@code double} in exactly
|
||||
* the manner of the method {@code Double.longBitsToDouble}.
|
||||
|
Loading…
x
Reference in New Issue
Block a user