On Tue, 3 Aug 2021 21:54:08 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:

>> it is aligned already, the StandardCharsets.UTF_8 is parameter of "new 
>> String()", not the getTransferData.
>
> Ah, right!
> But it's confusing: it looks as if `StandardCharsets.UTF_8` is a parameter to 
> `getTransferData`. Maybe avoid breaking the line and leave `UTF_8`  on the 
> same line? If you import `UTF_8` and `UTF_16LE` statically, line break is 
> unnecessary.

I am fine to do that, if there are no objections I can change the whole fix.

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

PR: https://git.openjdk.java.net/jdk/pull/4951

Reply via email to