Merge "Add task termination traces"
[openflowplugin.git] / applications / forwardingrules-manager / src / main / java / org / opendaylight / openflowplugin / applications / frm / ForwardingRulesManager.java
index db7131f304b02022b0f260dffa6f7299fb437b85..67242f46b0db475245f7ed7d3f6e2c54dedfaed4 100644 (file)
@@ -1,14 +1,13 @@
-/**
+/*
  * Copyright (c) 2014, 2017 Cisco Systems, Inc. and others.  All rights reserved.
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-
 package org.opendaylight.openflowplugin.applications.frm;
 
-import org.opendaylight.controller.md.sal.binding.api.ReadOnlyTransaction;
+import org.opendaylight.mdsal.binding.api.ReadTransaction;
 import org.opendaylight.openflowplugin.api.openflow.configuration.ConfigurationListener;
 import org.opendaylight.openflowplugin.applications.frm.impl.DevicesGroupRegistry;
 import org.opendaylight.openflowplugin.applications.frm.impl.FlowNodeConnectorInventoryTranslatorImpl;
@@ -70,7 +69,7 @@ public interface ForwardingRulesManager extends ConfigurationListener, AutoClose
      *
      * @return ReadOnlyTransaction
      */
-    ReadOnlyTransaction getReadTransaction();
+    ReadTransaction getReadTransaction();
 
     /**
      * Flow RPC service.