Clean up command naming
[openflowplugin.git] / openflowplugin-impl / src / main / java / org / opendaylight / openflowplugin / impl / karaf / ClearStatsCommand.java
similarity index 95%
rename from openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/karaf/ClearStatsCommandProvider.java
rename to openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/karaf/ClearStatsCommand.java
index b88a5e63a1789e59cb23548cc390816794480a21..e9e698f12eed4b35eb6be1ebf02c2fc6ebc01a41 100644 (file)
@@ -16,7 +16,7 @@ import org.opendaylight.openflowplugin.api.openflow.statistics.ofpspecific.Messa
 
 @Command(scope = "ofp", name = "clearStats", description = "Clear openflow statistics.")
 @Service
-public class ClearStatsCommandProvider implements Action {
+public class ClearStatsCommand implements Action {
     @Reference
     Session session;
     @Reference