Fix incorrect OVSDB class names
[ovsdb.git] / plugin / src / main / java / org / opendaylight / ovsdb / plugin / OvsdbConfigService.java
similarity index 99%
rename from plugin/src/main/java/org/opendaylight/ovsdb/plugin/OVSDBConfigService.java
rename to plugin/src/main/java/org/opendaylight/ovsdb/plugin/OvsdbConfigService.java
index c84f855d0085316a3d30f869056d7719fb0c76e5..38afce540b33f013bcec918ad4785155c589fa4f 100644 (file)
@@ -19,7 +19,7 @@ import org.opendaylight.ovsdb.lib.notation.Row;
 import org.opendaylight.ovsdb.lib.schema.GenericTableSchema;
 import org.opendaylight.ovsdb.lib.schema.typed.TypedBaseTable;
 
-public interface OVSDBConfigService {
+public interface OvsdbConfigService {
 
     /**
      * This version of insertRow is a short-term replacement for the older & now deprecated method of the same name.