From dec130c86743219fc3741fe6c9d897477bd082bf Mon Sep 17 00:00:00 2001 From: vasraz Date: Thu, 28 Sep 2023 11:23:07 +0100 Subject: [PATCH] Fix broken build Signed-off-by: Vasyl Razinkov Change-Id: I89ae765b3a2dc4672de0bcd89f6a8c61e8153345 Issue-ID: SDC-4621 --- .../openecomp/sdc/be/servlets/ComponentInterfaceOperationServlet.java | 1 - 1 file changed, 1 deletion(-) diff --git a/catalog-be/src/main/java/org/openecomp/sdc/be/servlets/ComponentInterfaceOperationServlet.java b/catalog-be/src/main/java/org/openecomp/sdc/be/servlets/ComponentInterfaceOperationServlet.java index e00b1a0f42..26a9a68e4d 100644 --- a/catalog-be/src/main/java/org/openecomp/sdc/be/servlets/ComponentInterfaceOperationServlet.java +++ b/catalog-be/src/main/java/org/openecomp/sdc/be/servlets/ComponentInterfaceOperationServlet.java @@ -212,7 +212,6 @@ public class ComponentInterfaceOperationServlet extends AbstractValidationsServl @ApiResponse(responseCode = "201", description = "Create Interface Operation"), @ApiResponse(responseCode = "403", description = "Restricted operation"), @ApiResponse(responseCode = "400", description = "Invalid content / Missing content")}) - @PermissionAllowed(AafPermission.PermNames.INTERNAL_ALL_VALUE) public Response createComponentInstanceInterfaceOperation( @Parameter(description = "valid values: resources / services", schema = @Schema(allowableValues = {ComponentTypeEnum.RESOURCE_PARAM_NAME, ComponentTypeEnum.SERVICE_PARAM_NAME})) @PathParam("componentType") String componentType, -- 2.16.6