RFR: JDK-8263261 Extend String::translateEscapes to support unicode escapes [v9]
Jim Laskey
jlaskey at openjdk.org
Fri Jan 26 13:14:40 UTC 2024
On Fri, 26 Jan 2024 08:38:32 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> Jim Laskey has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Update String.java
>
> src/java.base/share/classes/java/lang/String.java line 4238:
>
>> 4236: * @return String with escape sequences and unicode escapes translated.
>> 4237: *
>> 4238: * @implNote Normally, unicode escapes are translated by the compiler before string
>
> A minor comment on the implNote is that it better to drop "Normally," from the beginning of this sentence and "However," from the second sentence. I think it would read a bit better.
Changed
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17491#discussion_r1467635735
More information about the core-libs-dev
mailing list