On Fri, 6 Jan 2023 18:36:08 GMT, Naoto Sato <na...@openjdk.org> wrote:

>> Justin Lu has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   Remove objs=null
>
> src/java.base/share/classes/java/text/MessageFormat.java line 313:
> 
>> 311:  * String result = mf.format( objs );
>> 312:  * // result now equals "3.14, 3.1"
>> 313:  * objs = null;
> 
> Although this is not related to this fix, this line `objs = null` is not 
> needed (and is confusing as an example snippet). I'd remove this.

Makes sense, just got rid of it

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

PR: https://git.openjdk.org/jdk/pull/11884

Reply via email to