On Fri, 26 Jul 2024 19:17:34 GMT, Justin Lu <j...@openjdk.org> wrote:
> Please review this PR which is a simple doc only change to > java.text.DecimalFormat. > > Mainly, the DecimalFormat constructors have wording that recommends using the > NumberFormat factory methods for a standard formatting. This would be better > tagged as an `@apiNote`. Minor wording updates included as well. > > A corresponding [CSR](https://bugs.openjdk.org/browse/JDK-8337286) has also > been drafted. This pull request has now been integrated. Changeset: bd36b6ae Author: Justin Lu <j...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/bd36b6ae5d0d760670a0bd722878614a6cd553d6 Stats: 43 lines in 1 file changed: 13 ins; 16 del; 14 mod 8337285: Examine java.text.DecimalFormat API for api/implXxx tag usage Reviewed-by: naoto, liach ------------- PR: https://git.openjdk.org/jdk/pull/20361