RFR: 8348308: Make fields of ListSelectionEvent final
Alexander Zvegintsev
azvegint at openjdk.org
Thu Jan 23 07:41:46 UTC 2025
On Wed, 22 Jan 2025 20:20:28 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
> The fields of `ListSelectionEvent` are set in the constructor and are never modified, mark the fields — `firstIndex`, `lastIndex`, `isAdjusting` — with the `final` modifier.
Marked as reviewed by azvegint (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/23243#pullrequestreview-2569077165
More information about the client-libs-dev
mailing list