Ignore:
Timestamp:
2015-10-08T00:22:36+02:00 (9 years ago)
Author:
Don-vip
Message:

fix Checkstyle issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/advanced/ListListEditor.java

    r8510 r8836  
    138138
    139139    class NewEntryAction extends AbstractAction {
    140         public NewEntryAction() {
     140        NewEntryAction() {
    141141            putValue(NAME, tr("New"));
    142142            putValue(SHORT_DESCRIPTION, tr("add entry"));
     
    151151
    152152    class RemoveEntryAction extends AbstractAction implements ListSelectionListener {
    153         public RemoveEntryAction() {
     153        RemoveEntryAction() {
    154154            putValue(NAME, tr("Remove"));
    155155            putValue(SHORT_DESCRIPTION, tr("Remove the selected entry"));
Note: See TracChangeset for help on using the changeset viewer.