Exemple #1
0
 public void addAdd(String propName, AddData toAdd) {
   AddRemoveMoveDifference arm = getARMDiff(propName);
   arm.addAdd(toAdd);
 }