1617181920212223
protected ScmTransaction(){ this(false); } protected ScmTransaction(boolean synchronousCommit){ this.changeset = new ChangeSet(); this.synchronousCommit = synchronousCommit; }