Clean up command naming
[openflowplugin.git] / openflowplugin-impl / src / main / java / org / opendaylight / openflowplugin / impl / karaf / ResetEventTimesCommand.java
similarity index 94%
rename from openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/karaf/ResetEventTimesComandProvider.java
rename to openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/karaf/ResetEventTimesCommand.java
index 429858c3842fce9d8f8de1fac9477977354e15bc..b387147deb7ac49703f83ff932c68181c6202456 100644 (file)
@@ -19,7 +19,7 @@ import org.opendaylight.openflowplugin.impl.statistics.ofpspecific.EventsTimeCou
  */
 @Command(scope = "ofp", name = "reset-time-counters", description = "Resets events time counters.")
 @Service
-public class ResetEventTimesComandProvider implements Action {
+public class ResetEventTimesCommand implements Action {
     @Reference
     Session session;