public String getPresentation() { return myRemoved.getShortPresentation() + " substituted with " + myAdded.getShortPresentation(); }
public void doRedo(State state) { myRemoved.doRedo(state); myAdded.doRedo(state); }