Integrated: 8311020: Typo cleanup in Classfile API

Chen Liang liach at openjdk.org
Thu Jun 29 05:47:03 UTC 2023


On Wed, 28 Jun 2023 06:09:08 GMT, Chen Liang <liach at 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 <liach at openjdk.org>
Committer: Adam Sotona <asotona at 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


More information about the core-libs-dev mailing list