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/preferences/shortcut/PrefJPanel.java

    r15116 r15586  
    123123
    124124    private static class ScListModel extends AbstractTableModel {
    125         private final String[] columnNames = new String[]{tr("Action"), tr("Shortcut")};
     125        private final String[] columnNames = {tr("Action"), tr("Shortcut")};
    126126        private final transient List<Shortcut> data;
    127127
Note: See TracChangeset for help on using the changeset viewer.