On Wed, 17 Nov 2021 17:14:32 GMT, Brian Burkhalter <b...@openjdk.org> wrote:

>> kabutz has updated the pull request incrementally with one additional commit 
>> since the last revision:
>> 
>>   Reordered import statements to be consistent with canonical order
>
> src/java.base/share/classes/java/math/BigInteger.java line 37:
> 
>> 35: import jdk.internal.vm.annotation.IntrinsicCandidate;
>> 36: import jdk.internal.vm.annotation.Stable;
>> 37: 
> 
> Nitpicking: `import jdk.internal....;` generally follow `import java....;`.

Absolutely.

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

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

Reply via email to