Browse Source

Make BaseReceivePack.setAtomic public

This makes atomic more consistent with other properties like
allowNonFastForwards.

Change-Id: Ie3b41f14ffba1d0b206ffecc697377417daa6973
stable-4.5
Jonathan Nieder 9 years ago
parent
commit
e89393ba3e
  1. 2
      org.eclipse.jgit/src/org/eclipse/jgit/transport/BaseReceivePack.java

2
org.eclipse.jgit/src/org/eclipse/jgit/transport/BaseReceivePack.java

@ -628,7 +628,7 @@ public abstract class BaseReceivePack {
* transaction. * transaction.
* @since 4.4 * @since 4.4
*/ */
protected void setAtomic(boolean atomic) { public void setAtomic(boolean atomic) {
this.atomic = atomic; this.atomic = atomic;
} }

Loading…
Cancel
Save