On Thu, 13 Oct 2022 01:02:43 GMT, Justin Lu <d...@openjdk.org> wrote:
> Issue: java/util/Formatter/Basic regression test emits lots of warning > messages (~60). > > Fix: Made adjustments to Basic-X.java.template as the BasicXXX.java files > where the errors originate from are generated from the template. > > Note: The reason why there is white space added (and already existing in the > BasicXXX files) is due to how the template is generated. Changes requested by bchristi (Reviewer). ------------- PR: https://git.openjdk.org/jdk/pull/10684