瀏覽代碼

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 年之前
父節點
當前提交
e89393ba3e
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      org.eclipse.jgit/src/org/eclipse/jgit/transport/BaseReceivePack.java

+ 1
- 1
org.eclipse.jgit/src/org/eclipse/jgit/transport/BaseReceivePack.java 查看文件

@@ -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…
取消
儲存