]> source.dussan.org Git - jgit.git/commitdiff
LsRemoteCommand - internal execute need not be protected 93/27593/2
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Wed, 28 May 2014 08:00:30 +0000 (10:00 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Sat, 7 Jun 2014 23:32:17 +0000 (01:32 +0200)
Change-Id: I04d054d9f19e4ee200f72b25962be4759cfe5d7e
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/api/LsRemoteCommand.java

index 79f718ea8f14cbb09bf439ed9f43eec7a9ca99dc..3363a0fc8fb741deaeaea7869bc216022a56032f 100644 (file)
@@ -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();