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

sonar - Immutable Field

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/history/NodeListViewer.java

    r8840 r9078  
    332332
    333333    static class DoubleClickAdapter extends MouseAdapter {
    334         private JTable table;
    335         private ShowHistoryAction showHistoryAction;
     334        private final JTable table;
     335        private final ShowHistoryAction showHistoryAction;
    336336
    337337        DoubleClickAdapter(JTable table) {
Note: See TracChangeset for help on using the changeset viewer.