OPNFLWPLUG-858/Bug 7826
[openflowplugin.git] / openflowplugin-impl / src / main / java / org / opendaylight / openflowplugin / impl / services / sal / FlowCapableTransactionServiceImpl.java
index 38c05cdc41f99a2d528fcfdb619c83fcf7146ac5..9374657928331b2db6d397eeb4d17cb3a2da8046 100644 (file)
@@ -19,8 +19,10 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731
 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.OfHeader;
 import org.opendaylight.yangtools.yang.common.RpcResult;
 
-public class FlowCapableTransactionServiceImpl extends AbstractVoidService<SendBarrierInput> implements FlowCapableTransactionService {
-    public FlowCapableTransactionServiceImpl(final RequestContextStack requestContextStack, final DeviceContext deviceContext) {
+public class FlowCapableTransactionServiceImpl extends AbstractVoidService<SendBarrierInput>
+                                               implements FlowCapableTransactionService {
+    public FlowCapableTransactionServiceImpl(final RequestContextStack requestContextStack,
+                                             final DeviceContext deviceContext) {
         super(requestContextStack, deviceContext);
     }