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