Integrated: JDK-8322782: Clean up usages of unnecessary fully qualified class name "java.util.Arrays"
Matthias Baesken
mbaesken at openjdk.org
Thu Jan 4 08:09:34 UTC 2024
On Wed, 3 Jan 2024 11:41:20 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.
This pull request has now been integrated.
Changeset: 1369c545
Author: Matthias Baesken <mbaesken at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/1369c545ac51d7b5ff623d486e28c939869fecb8
Stats: 29 lines in 9 files changed: 0 ins; 0 del; 29 mod
8322782: Clean up usages of unnecessary fully qualified class name "java.util.Arrays"
Reviewed-by: alanb, aivanov
-------------
PR: https://git.openjdk.org/jdk/pull/17241
More information about the net-dev
mailing list