RFR: 8296546: Add @spec tags to API [v4]
Naoto Sato
naoto at openjdk.org
Thu Dec 1 21:23:09 UTC 2022
On Thu, 1 Dec 2022 19:37:28 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:
>> src/java.base/share/classes/java/lang/Character.java line 172:
>>
>>> 170: * occur. For example, in a future release, synchronization may fail.
>>> 171: *
>>> 172: * @spec https://www.unicode.org/reports/tr27 Unicode 3.1.0
>>
>> This should probably be removed, as the original link (explaining `U+n` notation) is broken.
>
> @naotoj The edits are driven by a script, using info about existing links in the same doc comment. If you don't think this reference is appropriate, it would be better to either remove the existing link (and I'll regenerate this patch) or else this patch goes through and you fix up both the existing link and the `@spec` tag afterwards.
Either way is fine with me. I will fix it up if you choose the latter.
-------------
PR: https://git.openjdk.org/jdk/pull/11073
More information about the nio-dev
mailing list