Browse Source

Make BaseReceivePack.setAtomic public

This makes atomic more consistent with other properties like
allowNonFastForwards.

Change-Id: Ie3b41f14ffba1d0b206ffecc697377417daa6973
tags/v4.4.0.201605250940-rc1
Jonathan Nieder 8 years ago
parent
commit
e89393ba3e

+ 1
- 1
org.eclipse.jgit/src/org/eclipse/jgit/transport/BaseReceivePack.java View File

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


Loading…
Cancel
Save