Merge "BUG-1622 Fix handling of non-downloadable schemas from remote netconf device"
[controller.git] / opendaylight / md-sal / sal-inmemory-datastore / src / main / java / org / opendaylight / controller / md / sal / dom / store / impl / ResolveDataChangeState.java
index dca2eff70558c03de97c36aa46436caf21244a92..d3c5a7cb70e8013734f64619b456e74ed18ee0e2 100644 (file)
@@ -136,8 +136,7 @@ final class ResolveDataChangeState {
             return true;
         }
 
-        // FIXME: do we need anything else? If not, flip this to 'false'
-        return true;
+        return false;
     }
 
     /**