提交 95d9516a 编写于 作者: R rriggs

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

Summary: fix the typo
Reviewed-by: lancea, chegar, dxu
上级 17a79240
......@@ -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}.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册