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/conflict/tags/PasteTagsConflictResolverDialog.java

    r8849 r9078  
    402402    private static final class StatisticsTableModel extends DefaultTableModel {
    403403        private static final String[] HEADERS = new String[] {tr("Paste ..."), tr("From ..."), tr("To ...") };
    404         private transient List<StatisticsInfo> data;
     404        private final transient List<StatisticsInfo> data;
    405405
    406406        private StatisticsTableModel() {
Note: See TracChangeset for help on using the changeset viewer.