On Wed, 22 Jan 2025 20:20:28 GMT, Alexey Ivanov <aiva...@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.

Thank you for making the fields final, improving immutability and 
thread-safety. However, the file header still references the copyright year as 
2014. Please update it to 2025 to reflect the changes.

-------------

PR Review: https://git.openjdk.org/jdk/pull/23243#pullrequestreview-2568224478

Reply via email to