Integrated: JDK-8274233: Minor cleanup for ToolBox
Jonathan Gibbons
jjg at openjdk.java.net
Fri Sep 24 15:48:52 UTC 2021
On Thu, 23 Sep 2021 22:37:08 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:
> Please review some superficial cleanup to the ToolBox class. There are no API changes and no changes to any tests.
>
> 1. Change `Paths.get` to `Path.of`
> 2. Minor code cleanup suggested by IDE, such as removing unnecessary type parameters, etc
> 3. Reformat doc comments to commonly prevailing standards
This pull request has now been integrated.
Changeset: e741a180
Author: Jonathan Gibbons <jjg at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/e741a18062061c1959f7881503aaf3a4cbcae776
Stats: 111 lines in 1 file changed: 47 ins; 12 del; 52 mod
8274233: Minor cleanup for ToolBox
Reviewed-by: iris
-------------
PR: https://git.openjdk.java.net/jdk/pull/5667
More information about the compiler-dev
mailing list