mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 23:15:43 +01:00
Cleanup
This commit is contained in:
@@ -55,8 +55,6 @@ public class GitDeleteRemoteBranchCommand implements DeleteRemoteBranchCommand {
|
||||
push.setCredentialsProvider(credentialsProvider);
|
||||
}
|
||||
push.setRefSpecs(refSpec).call();
|
||||
|
||||
// List<String> result = git.branchDelete().setBranchNames(name).call();
|
||||
} catch (GitAPIException ex) {
|
||||
throw new RepositoryClientException("could not delete branch", ex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user