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

    r628 r630  
    5252        }
    5353       
    54         @Override public void executeCommand() {
     54        @Override public boolean executeCommand() {
    5555                super.executeCommand(); // save old
    5656                if (value == null) {
     
    6565                        }
    6666                }
     67                return true;
    6768        }
    6869
Note: See TracChangeset for help on using the changeset viewer.