On Fri, 12 Aug 2022 18:35:11 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:

>> MessageFormat.format method was truncating "0" from values like "0.0", "1.0" 
>> and so on.
>> Due to that I initialize MessageFormat and NumberFormat instance.
>> 
>> The first parameter in updateMessageFormatPattern  method changes based on 
>> file size, so calling it multiple times to update the pattern.
>> The second parameter can be removed.
>
>> MessageFormat.format method was truncating "0" from values like "0.0", "1.0" 
>> and so on. Due to that I initialize MessageFormat and NumberFormat instance.
> 
> Got it.
> 
>> The first parameter in updateMessageFormatPattern method changes based on 
>> file size, so calling it multiple times to update the pattern. The second 
>> parameter can be removed.
> 
> Right, it makes sense. Please remove the second parameter.
> 
> After the second parameter is removed, `NumberFormat` does not change though, 
> so it can be initialised once.

Yeah sure, I will remove the second parameter.

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

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

Reply via email to