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

sonar - Immutable Field

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/projection/CodeProjectionChoice.java

    r8836 r9078  
    5050        private ProjectionCodeListModel model;
    5151        public JList<String> selectionList;
    52         private List<String> data;
    53         private List<String> filteredData;
     52        private final List<String> data;
     53        private final List<String> filteredData;
    5454        private static final String DEFAULT_CODE = "EPSG:3857";
    5555        private String lastCode = DEFAULT_CODE;
    56         private transient ActionListener listener;
     56        private final transient ActionListener listener;
    5757
    5858        CodeSelectionPanel(String initialCode, ActionListener listener) {
Note: See TracChangeset for help on using the changeset viewer.