소스 검색

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…
취소
저장