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/MapListEditor.java

    r8510 r8836  
    158158
    159159    class NewEntryAction extends AbstractAction {
    160         public NewEntryAction() {
     160        NewEntryAction() {
    161161            putValue(NAME, tr("New"));
    162162            putValue(SHORT_DESCRIPTION, tr("add entry"));
     
    171171
    172172    class RemoveEntryAction extends AbstractAction implements ListSelectionListener {
    173         public RemoveEntryAction() {
     173        RemoveEntryAction() {
    174174            putValue(NAME, tr("Remove"));
    175175            putValue(SHORT_DESCRIPTION, tr("Remove the selected entry"));
Note: See TracChangeset for help on using the changeset viewer.