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