RFR: 6391806: JLabel and AbstractButton's imageUpdate method should be better specified
Abhishek Kumar
duke at openjdk.org
Thu Jun 23 22:58:23 UTC 2022
JLabel and AbstractButton's imageUpdate method description updated.
---------
### Progress
- [ ] Change must be properly reviewed (1 review required, with at least 1 [Reviewer](https://openjdk.org/bylaws#reviewer))
- [x] Change must not contain extraneous whitespace
- [x] Commit message must refer to an issue
### Error
⚠️ OCA signatory status must be verified
### Integration blocker
⚠️ Title mismatch between PR and JBS for issue [JDK-6391806](https://bugs.openjdk.org/browse/JDK-6391806)
### Reviewing
<details><summary>Using <code>git</code></summary>
Checkout this PR locally: \
`$ git fetch https://git.openjdk.org/jdk pull/9240/head:pull/9240` \
`$ git checkout pull/9240`
Update a local copy of the PR: \
`$ git checkout pull/9240` \
`$ git pull https://git.openjdk.org/jdk pull/9240/head`
</details>
<details><summary>Using Skara CLI tools</summary>
Checkout this PR locally: \
`$ git pr checkout 9240`
View PR using the GUI difftool: \
`$ git pr show -t 9240`
</details>
<details><summary>Using diff file</summary>
Download this PR as a diff file: \
<a href="https://git.openjdk.org/jdk/pull/9240.diff">https://git.openjdk.org/jdk/pull/9240.diff</a>
</details>
-------------
Commit messages:
- imageUpdate method description changed
Changes: https://git.openjdk.org/jdk/pull/9240/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=9240&range=00
Issue: https://bugs.openjdk.org/browse/JDK-6391806
Stats: 6 lines in 2 files changed: 1 ins; 0 del; 5 mod
Patch: https://git.openjdk.org/jdk/pull/9240.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/9240/head:pull/9240
PR: https://git.openjdk.org/jdk/pull/9240
More information about the client-libs-dev
mailing list