Fix Jdk8 compatibility
[openflowplugin.git] / applications / statistics-manager / src / main / java / org / opendaylight / openflowplugin / applications / statistics / manager / impl / StatAbstractListenCommit.java
index cb20980b17075525b6c1d638f5d718e338b2b60e..05315108b4718212e4b70050d2826e44771b2e7d 100644 (file)
@@ -81,7 +81,7 @@ public abstract class StatAbstractListenCommit<T extends DataObject, N extends N
     public void onDataChanged(final AsyncDataChangeEvent<InstanceIdentifier<?>, DataObject> changeEvent) {
         Preconditions.checkNotNull(changeEvent,"Async ChangeEvent can not be null!");
         /*
-         * If we have opened read transaction for configuraiton data store,
+         * If we have opened read transaction for configuration data store,
          * we will close and null it.
          *
          * Latest read transaction will be allocated on another read using readLatestConfiguration