Ignore:
Timestamp:
2019-12-13T00:48:33+01:00 (4 years ago)
Author:
Don-vip
Message:

code cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/conflict/tags/PasteTagsConflictResolverDialog.java

    r14214 r15586  
    368368
    369369    static final class StatisticsTableModel extends DefaultTableModel {
    370         private static final String[] HEADERS = new String[] {tr("Paste ..."), tr("From ..."), tr("To ...") };
     370        private static final String[] HEADERS = {tr("Paste ..."), tr("From ..."), tr("To ...") };
    371371        private final transient List<StatisticsInfo> data = new ArrayList<>();
    372372
Note: See TracChangeset for help on using the changeset viewer.