On Tue, 23 Jul 2024 17:51:04 GMT, Justin Lu <j...@openjdk.org> wrote:
> As discussed in https://bugs.openjdk.org/browse/JDK-8335834, there are > occurrences in the java.text.Format API that would benefit from the implSpec > (and apiNote) tag. > > This is a doc-only change, and a CSR has also been filed. > > I did not think "_Subclasses that support fields should override this and > create an ..._" sounded right under the `implSpec` tag, and moved it to an > `apiNote` tag. This pull request has now been integrated. Changeset: 9e8e3595 Author: Justin Lu <j...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/9e8e359513cf15faf549b12ced947d3a78e544aa Stats: 11 lines in 1 file changed: 5 ins; 5 del; 1 mod 8336787: Examine java.text.Format API for implSpec usage Reviewed-by: liach ------------- PR: https://git.openjdk.org/jdk/pull/20303