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