From: Tony Tkacik Date: Sun, 11 May 2014 16:46:25 +0000 (+0000) Subject: Merge "BUG-642: get rid of sneakyThrow" X-Git-Tag: autorelease-tag-v20140601202136_82eb3f9~113 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=849b4678df3d780e602ee755cce3dd523803cd7d;hp=04001c9a746f523f2a56b1d6caece31277218249 Merge "BUG-642: get rid of sneakyThrow" --- diff --git a/opendaylight/md-sal/samples/l2switch/implementation/src/main/java/org/opendaylight/controller/sample/l2switch/md/flow/FlowWriterServiceImpl.java b/opendaylight/md-sal/samples/l2switch/implementation/src/main/java/org/opendaylight/controller/sample/l2switch/md/flow/FlowWriterServiceImpl.java index 065d0ee7ba..fccda9d578 100644 --- a/opendaylight/md-sal/samples/l2switch/implementation/src/main/java/org/opendaylight/controller/sample/l2switch/md/flow/FlowWriterServiceImpl.java +++ b/opendaylight/md-sal/samples/l2switch/implementation/src/main/java/org/opendaylight/controller/sample/l2switch/md/flow/FlowWriterServiceImpl.java @@ -234,6 +234,7 @@ public class FlowWriterServiceImpl implements FlowWriterService { Uri destPortUri = destPort.getValue().firstKeyOf(NodeConnector.class, NodeConnectorKey.class).getId(); Action outputToControllerAction = new ActionBuilder() // + .setOrder(0) .setAction(new OutputActionCaseBuilder() // .setOutputAction(new OutputActionBuilder() // .setMaxLength(new Integer(0xffff)) // @@ -248,6 +249,7 @@ public class FlowWriterServiceImpl implements FlowWriterService { // Wrap our Apply Action in an Instruction Instruction applyActionsInstruction = new InstructionBuilder() // + .setOrder(0) .setInstruction(new ApplyActionsCaseBuilder()// .setApplyActions(applyActions) // .build()) //