Exemple #1
0
 @Override
 public void onCopiedFrom(Item src) {
   super.onCopiedFrom(src);
   synchronized (this) {
     this.nextBuildNumber = 1; // reset the next build number
     this.holdOffBuildUntilSave = true;
   }
 }