Ignore:
Timestamp:
2015-12-02T00:05:09+01:00 (10 years ago)
Author:
Don-vip
Message:

sonar - Immutable Field

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/io/ActionFlagsTableCell.java

    r8836 r9078  
    4040    private final transient CellEditorSupport cellEditorSupport = new CellEditorSupport(this);
    4141
    42     private transient ActionListener al = new ActionListener() {
     42    private final transient ActionListener al = new ActionListener() {
    4343        @Override
    4444        public void actionPerformed(ActionEvent e) {
Note: See TracChangeset for help on using the changeset viewer.