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