Clean up command naming
[openflowplugin.git] / openflowplugin-impl / src / main / java / org / opendaylight / openflowplugin / impl / karaf / ShowSessionStatsCommand.java
similarity index 94%
rename from openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/karaf/ShowSessionStatsCommandProvider.java
rename to openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/karaf/ShowSessionStatsCommand.java
index e97dcc2cf11bee63d82ce0a46480f5f02cd7178f..94b968d62e8c4a3b1e6bb6e04411e58bfd8302d1 100644 (file)
@@ -20,7 +20,7 @@ import org.opendaylight.openflowplugin.impl.statistics.ofpspecific.SessionStatis
 
 @Command(scope = "ofp", name = "show-session-stats", description = "Show session statistics.")
 @Service
-public class ShowSessionStatsCommandProvider implements Action {
+public class ShowSessionStatsCommand implements Action {
     @Reference
     Session session;