On Thu, 31 Jul 2025 23:12:56 GMT, Justin Lu <j...@openjdk.org> wrote:
> Please review this doc only PR. > > java.text.DecimalFormat uses an implSpec tag in the middle of the class > description. This location was on purpose as the contents related to the > surrounding section. However, this has caused slight indentation in the rest > of the class description below the tag (as pointed out by @naotoj) . Using > the implSpec tag at the bottom of the class is preferable for formatting > purposes. > > There are no contract changes, simply a re-organization of existing contents, > thus no CSR is filed. This pull request has now been integrated. Changeset: 8e921aee Author: Justin Lu <j...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/8e921aee5abb20c240b45cb75b06fb1f316d8a1f Stats: 13 lines in 1 file changed: 7 ins; 6 del; 0 mod 8364370: java.text.DecimalFormat specification indentation correction Reviewed-by: liach, naoto ------------- PR: https://git.openjdk.org/jdk/pull/26585