On Wed, 28 Jun 2023 06:09:08 GMT, Chen Liang <li...@openjdk.org> wrote:
> This is a cleanup patch that fixes: > 1. `ClassfileBuilder` should be sealed but was not; it's now sealed. > 2. Various typo fixes, including spelling errors, wrong descriptions, and > unnecessary full qualifications for classes in the same package. > > Requesting a review from @asotona. There's a few other more complex issues > discovered, which I will describe on the mailing list to elicit a discussion > for best solutions. This pull request has now been integrated. Changeset: cbf418a4 Author: Chen Liang <li...@openjdk.org> Committer: Adam Sotona <asot...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/cbf418a4863f92241f116f782f9a676b7cb4771d Stats: 56 lines in 30 files changed: 3 ins; 3 del; 50 mod 8311020: Typo cleanup in Classfile API Reviewed-by: asotona ------------- PR: https://git.openjdk.org/jdk/pull/14687