RFR: JDK-8285932 Implementation of JEP 430 String Templates (Preview) [v26]
Jim Laskey
jlaskey at openjdk.org
Mon Nov 21 17:43:20 UTC 2022
On Mon, 21 Nov 2022 13:38:58 GMT, Claes Redestad <redestad at openjdk.org> wrote:
>> Jim Laskey has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Typo
>
> src/java.base/share/classes/java/util/Digits.java line 39:
>
>> 37: */
>> 38: @PreviewFeature(feature=PreviewFeature.Feature.STRING_TEMPLATES)
>> 39: interface Digits {
>
> Should this be modeled as an `abstract sealed` class hierarchy instead?
Changing
-------------
PR: https://git.openjdk.org/jdk/pull/10889
More information about the compiler-dev
mailing list