8024458: DataInput.readDouble refers to "readlong" instead of "readLong"

Fix the typo

Reviewed-by: lancea, chegar, dxu
This commit is contained in:
Roger Riggs 2013-11-07 20:56:44 -05:00
parent e6f691aeb2
commit 8d19ef756e

View File

@ -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}.