JDK 10 RFR of JDK-8189952: New methods on String: chars() and codePoints() should be marked since 9

Brian Burkhalter brian.burkhalter at oracle.com
Fri Oct 27 00:29:26 UTC 2017


Hi Joe,

Looks fine.

Thanks,

Brian

On Oct 26, 2017, at 5:24 PM, joe darcy <joe.darcy at oracle.com> wrote:

> The initial changeset which introduced these the methods String.chars() and String.codePoints(), JDK-8071477 , had the expected @since tags for the time (@since 1.9), but subsequent changes to String seem to have removed them.
> 
> Please review the patch below to add them back.



More information about the core-libs-dev mailing list