RFR: JDK-8322782: Clean up usages of unnecessary fully qualified class name "java.util.Arrays" [v3]
Alexey Ivanov
aivanov at openjdk.org
Wed Jan 3 16:53:47 UTC 2024
On Wed, 3 Jan 2024 13:55:22 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
>> In [JDK-8322772](https://bugs.openjdk.org/browse/JDK-8322772) one similar cleanup has been proposed before (and was done in the change). But there are a number of other places in the codebase where the import is done and still the unneeded fully qualified class name "java.util.Arrays" is used so more cleanups can be done.
>
> Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:
>
> Adjust Invokers.java too
Looks good to me.
-------------
Marked as reviewed by aivanov (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/17241#pullrequestreview-1802684965
More information about the net-dev
mailing list