瀏覽代碼

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