Ignore:
Timestamp:
2008-03-15T14:39:28+01:00 (16 years ago)
Author:
framm
Message:
  • got rid of a few compiler warnings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/mapmode/DeleteAction.java

    r529 r582  
    143143                        osm.visit(v);
    144144                v.data.addAll(selection);
    145                 if (v.data.isEmpty()) {
     145                if (v.data.isEmpty())
    146146                        return null;
    147                 } else {
    148                         return new DeleteCommand(v.data);
    149                 }
     147                return new DeleteCommand(v.data);
    150148        }
    151149
Note: See TracChangeset for help on using the changeset viewer.