ProjectApi: Add method to delete branches
Change-Id: I1b707c276c8a6b8ec9923cd19e3ecc9070bf310b
This commit is contained in:
@@ -46,7 +46,8 @@ import org.slf4j.LoggerFactory;
|
||||
import java.io.IOException;
|
||||
|
||||
@Singleton
|
||||
class DeleteBranches implements RestModifyView<ProjectResource, DeleteBranchesInput> {
|
||||
public class DeleteBranches
|
||||
implements RestModifyView<ProjectResource, DeleteBranchesInput> {
|
||||
private static final Logger log = LoggerFactory.getLogger(DeleteBranches.class);
|
||||
|
||||
private final Provider<IdentifiedUser> identifiedUser;
|
||||
|
||||
Reference in New Issue
Block a user