<i18n dev> RFR: JDK-8285932 Implementation of JEP 430 String Templates (Preview) [v46]

Jim Laskey jlaskey at openjdk.org
Fri Mar 24 15:51:17 UTC 2023


On Wed, 22 Mar 2023 23:56:48 GMT, Chen Liang <liach at openjdk.org> wrote:

>> Jim Laskey has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - Tidy javadoc
>>  - Rename StringTemplate classes
>
> src/java.base/share/classes/java/lang/runtime/ReferencedKeyMap.java line 127:
> 
>> 125:     @SuppressWarnings("unchecked")
>> 126:     static <K, V> ReferencedKeyMap<K, V>
>> 127:     create(boolean isSoft, Supplier<Map<?, ?>> supplier) {
> 
> What prevents this to take `Supplier<Map<ReferencedKey<K>, V>>`? Same for below.

Remnants of when I was have issues with param types. Changed.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/10889#discussion_r1147768901


More information about the i18n-dev mailing list