private ImmutableSet<Ref> getChangedRefs() {
   ImmutableSet<Ref> changedRefs = transaction.getChangedRefs();
   return changedRefs;
 }