Integrated: 8170389: java.text.DigitList.getDouble() : Controversy between javadoc and code
Justin Lu
duke at openjdk.org
Sat Oct 8 15:57:56 UTC 2022
On Tue, 4 Oct 2022 23:11:57 GMT, Justin Lu <duke at openjdk.org> wrote:
> Problem: Outdated doc does not match code. Claimed to throw exception and compared to Long method.
> Fix: Update doc to match code, compared to Double.parseDouble() accordingly.
This pull request has now been integrated.
Changeset: d39d8c85
Author: Justin Lu <justin.lu at oracle.com>
Committer: Naoto Sato <naoto at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/d39d8c856a7f659c8835084e88e70989ad664ecc
Stats: 9 lines in 1 file changed: 6 ins; 0 del; 3 mod
8170389: java.text.DigitList.getDouble() : Controversy between javadoc and code
Reviewed-by: naoto, lancea
-------------
PR: https://git.openjdk.org/jdk/pull/10567
More information about the core-libs-dev
mailing list