rollback changes on branches overview

This commit is contained in:
Eduard Heimbuch
2020-09-17 11:28:37 +02:00
parent 16b2f61924
commit 08fccb180b
3 changed files with 3 additions and 8 deletions

View File

@@ -123,8 +123,7 @@ public class BranchRootResource {
public Response get(
@PathParam("namespace") String namespace,
@PathParam("name") String name,
@PathParam("branch") String branchName,
@QueryParam("fullInformation") @DefaultValue("false") boolean fullInformation
@PathParam("branch") String branchName
) throws IOException {
NamespaceAndName namespaceAndName = new NamespaceAndName(namespace, name);
try (RepositoryService repositoryService = serviceFactory.create(namespaceAndName)) {