BUG-1493: activate recursion elision 95/10095/3
authorRobert Varga <rovarga@cisco.com>
Wed, 20 Aug 2014 11:05:51 +0000 (13:05 +0200)
committerRobert Varga <rovarga@cisco.com>
Mon, 25 Aug 2014 09:28:53 +0000 (09:28 +0000)
Previous patch prepared the infrastructure for elision, but it did not
actually activate it. This patch flips the switch on.

Change-Id: Ic02af3ccc7f5ee5f8ae4d0617562b8fdffc771c6
Signed-off-by: Robert Varga <rovarga@cisco.com>
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;
     }
 
     /**