Clean up command naming
[openflowplugin.git] / openflowplugin-impl / src / main / java / org / opendaylight / openflowplugin / impl / karaf / ShowEventTimesCommand.java
similarity index 94%
rename from openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/karaf/ShowEventTimesComandProvider.java
rename to openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/karaf/ShowEventTimesCommand.java
index 99b7a0d4ba3ba37d662ae3f3f6351eda376f175a..22bbea3b08051d75ef130889f6d89a966cc259f4 100644 (file)
@@ -19,7 +19,7 @@ import org.opendaylight.openflowplugin.impl.statistics.ofpspecific.EventsTimeCou
  */
 @Command(scope = "ofp", name = "show-time-counters", description = "Shows time counts for events.")
 @Service
-public class ShowEventTimesComandProvider implements Action {
+public class ShowEventTimesCommand implements Action {
     @Reference
     Session session;