<i18n dev> [15] RFR: 8243664: JavaDoc of CompactNumberFormat points to wrong enum
naoto.sato at oracle.com
naoto.sato at oracle.com
Mon Apr 27 16:36:45 UTC 2020
Hello,
Please review this small doc fix to the following issue:
https://bugs.openjdk.java.net/browse/JDK-8243664
Here is the diff:
---
--- old/src/java.base/share/classes/java/text/CompactNumberFormat.java
2020-04-27 09:09:14.000000000 -0700
+++ new/src/java.base/share/classes/java/text/CompactNumberFormat.java
2020-04-27 09:09:14.000000000 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights
reserved.
+ * Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights
reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@@ -206,7 +206,7 @@
* {@link java.math.RoundingMode} for formatting. By default, it uses
* {@link java.math.RoundingMode#HALF_EVEN RoundingMode.HALF_EVEN}.
*
- * @see CompactNumberFormat.Style
+ * @see NumberFormat.Style
* @see NumberFormat
* @see DecimalFormat
* @since 12
---
javadoc is clever enough to convert it to correct NumberFormat.Style
link, but still this should be corrected.
Naoto
More information about the i18n-dev
mailing list