Ignore:
Timestamp:
2008-05-11T01:59:46+02:00 (16 years ago)
Author:
framm
Message:
  • make commands able to fail (patch by DH)
  • add Command.getOrig() (patch by DH)
  • add RemoveRelationMemberCommand (patch by DH)
File:
1 edited

Legend:

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

    r627 r630  
    4444        }
    4545
    46         @Override public void executeCommand() {
     46        @Override public boolean executeCommand() {
    4747                osm.visit(new AddVisitor(ds));
     48                return true;
    4849        }
    4950
Note: See TracChangeset for help on using the changeset viewer.