8387025: Typo in java man page option --illegal-final-field-mutation=warn "performaed"#31642
8387025: Typo in java man page option --illegal-final-field-mutation=warn "performaed"#31642nizarbenalla wants to merge 1 commit into
Conversation
|
👋 Welcome back nbenalla! A progress list of the required criteria for merging this PR into |
|
❗ This change is not yet ready to be integrated. |
|
@nizarbenalla The following label will be automatically applied to this pull request:
When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing list. If you would like to change these labels, use the /label pull request command. |
|
The total number of required reviews for this PR has been set to 2 based on the presence of this label: |
|
/label add core-libs |
|
|
||
| - `warn`: This mode is identical to `allow` except that a warning message is | ||
| issued for the first illegal final field mutation performaed in a module. | ||
| issued for the first illegal final field mutation performed in a module. |
|
@AlanBateman |
Fixing some typos.
The change in
LWButton.javais somewhat out of scope but it didn't seem worth a dedicated JBS issue.I can split this change into two PRs if needed.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/31642/head:pull/31642$ git checkout pull/31642Update a local copy of the PR:
$ git checkout pull/31642$ git pull https://git.openjdk.org/jdk.git pull/31642/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 31642View PR using the GUI difftool:
$ git pr show -t 31642Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/31642.diff