LsRemoteCommand - internal execute need not be protected

Change-Id: I04d054d9f19e4ee200f72b25962be4759cfe5d7e
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
This commit is contained in:
Robin Rosenberg 2014-05-28 10:00:30 +02:00 committed by Matthias Sohn
parent be25ecb393
commit dc66469e11
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ public Map<String, Ref> callAsMap() throws GitAPIException,
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();