BUG-509: fix ModifiedNode locking 50/7350/2
authorRobert Varga <rovarga@cisco.com>
Thu, 22 May 2014 21:50:05 +0000 (23:50 +0200)
committerRobert Varga <rovarga@cisco.com>
Fri, 23 May 2014 10:00:50 +0000 (12:00 +0200)
commit066845485745859ffd16fdceee0c8cb264b1bd7f
treee7025d0ae1514fcd39d3e875711171cc9ca8c4f2
parentf2df8835acd421467dbf5adaf1aa71609eac1512
BUG-509: fix ModifiedNode locking

This removes the 'sealed' flag from ModifiedNode, as it is not a
publicly-visible object. Also drop the synchronized blocks and
reintroduce them in InMemoryDataTreeModification, which is the user
entrypoint.

Change-Id: I6c8be61701134bd8f645b8d4f0a8ef3ae218f0ac
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/sal-dom-broker/src/main/java/org/opendaylight/controller/md/sal/dom/store/impl/tree/data/InMemoryDataTreeModification.java
opendaylight/md-sal/sal-dom-broker/src/main/java/org/opendaylight/controller/md/sal/dom/store/impl/tree/data/ModifiedNode.java