From: Robin Rosenberg Date: Wed, 28 May 2014 08:00:30 +0000 (+0200) Subject: LsRemoteCommand - internal execute need not be protected X-Git-Tag: v3.5.0.201409071800-rc1~107 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=dc66469e112851936c1ce85739d435f60a99c9e3;p=jgit.git LsRemoteCommand - internal execute need not be protected Change-Id: I04d054d9f19e4ee200f72b25962be4759cfe5d7e Signed-off-by: Matthias Sohn --- diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/api/LsRemoteCommand.java b/org.eclipse.jgit/src/org/eclipse/jgit/api/LsRemoteCommand.java index 79f718ea8f..3363a0fc8f 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/api/LsRemoteCommand.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/api/LsRemoteCommand.java @@ -177,7 +177,7 @@ public class LsRemoteCommand extends return Collections.unmodifiableMap(execute()); } - protected Map execute() throws GitAPIException, + private Map execute() throws GitAPIException, InvalidRemoteException, org.eclipse.jgit.api.errors.TransportException { checkCallable();