示例#1
0
 public synchronized void addChange(Change c) {
   assert myChangeSetDepth != 0;
   myCurrentChangeSet.addChange(c);
 }