RFR: JDK-8322782: Clean up usages of unnecessary fully qualified class name "java.util.Arrays" [v3]

Matthias Baesken mbaesken at openjdk.org
Thu Jan 4 08:09:32 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

Hi Alexey, thanks for the review !

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

PR Comment: https://git.openjdk.org/jdk/pull/17241#issuecomment-1876673066


More information about the client-libs-dev mailing list