Ignore:
Timestamp:
2016-03-14T01:49:27+01:00 (8 years ago)
Author:
Don-vip
Message:

sonar - Methods should not be empty

Location:
trunk/src/org/openstreetmap/josm/command
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/command/DeleteCommand.java

    r9971 r9989  
    154154
    155155    @Override
    156     public void fillModifiedData(Collection<OsmPrimitive> modified, Collection<OsmPrimitive> deleted,
    157             Collection<OsmPrimitive> added) {
     156    public void fillModifiedData(Collection<OsmPrimitive> modified, Collection<OsmPrimitive> deleted, Collection<OsmPrimitive> added) {
     157        // Do nothing
    158158    }
    159159
  • trunk/src/org/openstreetmap/josm/command/PurgeCommand.java

    r9371 r9989  
    276276    @Override
    277277    public void fillModifiedData(Collection<OsmPrimitive> modified, Collection<OsmPrimitive> deleted, Collection<OsmPrimitive> added) {
     278        // Do nothing
    278279    }
    279280
  • trunk/src/org/openstreetmap/josm/command/SelectCommand.java

    r9371 r9989  
    3333    @Override
    3434    public void fillModifiedData(Collection<OsmPrimitive> modified, Collection<OsmPrimitive> deleted, Collection<OsmPrimitive> added) {
     35        // Do nothing
    3536    }
    3637
Note: See TracChangeset for help on using the changeset viewer.