소스 검색

LsRemoteCommand - internal execute need not be protected

Change-Id: I04d054d9f19e4ee200f72b25962be4759cfe5d7e
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v3.5.0.201409071800-rc1
Robin Rosenberg 10 년 전
부모
커밋
dc66469e11
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      org.eclipse.jgit/src/org/eclipse/jgit/api/LsRemoteCommand.java

+ 1
- 1
org.eclipse.jgit/src/org/eclipse/jgit/api/LsRemoteCommand.java 파일 보기

@@ -177,7 +177,7 @@ public class LsRemoteCommand extends
return Collections.unmodifiableMap(execute());
}

protected Map<String, Ref> execute() throws GitAPIException,
private Map<String, Ref> execute() throws GitAPIException,
InvalidRemoteException,
org.eclipse.jgit.api.errors.TransportException {
checkCallable();

Loading…
취소
저장