From: Alessandro Boch Date: Fri, 1 Nov 2013 00:06:43 +0000 (-0700) Subject: Cannot delete static flow through northbound X-Git-Tag: jenkins-controller-bulk-release-prepare-only-2-1~513 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=1154766753880dc4db6472c2b1c91555d4d0da99 Cannot delete static flow through northbound - Removed wrong annotation in flowprogrammer.northbound Change-Id: I81ad631a95c36567f29fb8cc8a2760783b0b437e Signed-off-by: Alessandro Boch --- diff --git a/opendaylight/northbound/flowprogrammer/src/main/java/org/opendaylight/controller/flowprogrammer/northbound/FlowProgrammerNorthbound.java b/opendaylight/northbound/flowprogrammer/src/main/java/org/opendaylight/controller/flowprogrammer/northbound/FlowProgrammerNorthbound.java index 973c63b790..7e4b9b9aa4 100644 --- a/opendaylight/northbound/flowprogrammer/src/main/java/org/opendaylight/controller/flowprogrammer/northbound/FlowProgrammerNorthbound.java +++ b/opendaylight/northbound/flowprogrammer/src/main/java/org/opendaylight/controller/flowprogrammer/northbound/FlowProgrammerNorthbound.java @@ -511,7 +511,6 @@ public class FlowProgrammerNorthbound { @Path("/{containerName}/node/{nodeType}/{nodeId}/staticFlow/{name}") @DELETE - @Consumes({ MediaType.APPLICATION_JSON, MediaType.APPLICATION_XML }) @StatusCodes({ @ResponseCode(code = 204, condition = "Flow Config deleted successfully"), @ResponseCode(code = 401, condition = "User not authorized to perform this operation"),