Bug 542 - Plugin internal stats
[openflowplugin.git] / openflowplugin / src / main / java / org / opendaylight / openflowplugin / statistics / MessageCountCommandProvider.java
similarity index 94%
rename from openflowplugin/src/main/java/org/opendaylight/openflowplugin/openflow/md/core/cmd/MessageCountCommandProvider.java
rename to openflowplugin/src/main/java/org/opendaylight/openflowplugin/statistics/MessageCountCommandProvider.java
index 242348a659341e6de3ba7917313497ffe7262ece..2cd5ec80816fcf4daa2a608e4efea951a38cb03f 100644 (file)
@@ -6,12 +6,11 @@
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
 
-package org.opendaylight.openflowplugin.openflow.md.core.cmd;
+package org.opendaylight.openflowplugin.statistics;
 
 import org.eclipse.osgi.framework.console.CommandInterpreter;
 import org.eclipse.osgi.framework.console.CommandProvider;
 import org.opendaylight.controller.sal.binding.api.BindingAwareBroker.ProviderContext;
-import org.opendaylight.openflowplugin.openflow.md.queue.MessageCountDumper;
 import org.osgi.framework.BundleContext;
 import org.osgi.framework.ServiceRegistration;
 import org.slf4j.Logger;