From: Robert Varga Date: Wed, 17 Sep 2014 09:34:57 +0000 (+0200) Subject: BUG-1933: consult state in subtree modified path X-Git-Tag: release/helium~51^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=0e98992cbc81c7fcbe8f96e35ba744f5a38c13c1;hp=0e98992cbc81c7fcbe8f96e35ba744f5a38c13c1;p=controller.git BUG-1933: consult state in subtree modified path resolveSubtreeChangeEvent() was missing a state.needsProcessing() check, which means change resolution continued down that path eventhough no listeners were subscribed to it. Add the check and return with a true if we terminate early. Change-Id: I7d386f3abd67c1a241ad88b5809236598dc967dd Signed-off-by: Robert Varga ---