RFR: JDK-8274233: Minor cleanup for ToolBox
Iris Clark
iris at openjdk.java.net
Fri Sep 24 01:31:54 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
Marked as reviewed by iris (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/5667
More information about the compiler-dev
mailing list