Bug 1764 - moved Session related interfaces to openflowplugin-api
[openflowplugin.git] / openflowplugin / src / main / java / org / opendaylight / openflowplugin / openflow / md / core / ErrorHandlerSimpleImpl.java
index e12c1e94420db9539fc6a608e60059e3f5769103..f4cad4e3627b27f9c1acec7f3ea2b70b450cacbc 100644 (file)
@@ -11,7 +11,8 @@ package org.opendaylight.openflowplugin.openflow.md.core;
 import java.util.Arrays;
 
 import org.opendaylight.openflowplugin.ConnectionException;
-import org.opendaylight.openflowplugin.openflow.md.core.session.SessionContext;
+import org.opendaylight.openflowplugin.api.openflow.md.core.ErrorHandler;
+import org.opendaylight.openflowplugin.api.openflow.md.core.session.SessionContext;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;