Migrate mdsal-dom-inmemory-datastore to JDT annotations 51/76751/15
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 8 Oct 2018 12:45:49 +0000 (14:45 +0200)
committerJie Han <han.jie@zte.com.cn>
Tue, 9 Oct 2018 07:57:15 +0000 (07:57 +0000)
commit1e12c3d39bb96edf7166cd3040b18bf4d5bafabf
tree79dc887943aeda9625c4deb7ebd4c918486b7ad1
parent64e68c45e217e007163ecc4ebfceba757a5c3b92
Migrate mdsal-dom-inmemory-datastore to JDT annotations

This removes the use of javax.annotation nullable annotations
to remove import-package.

Change-Id: I9b05210e5a927e78085779e216fde8cd2142c30b
JIRA: MDSAL-373
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
dom/mdsal-dom-inmemory-datastore/pom.xml
dom/mdsal-dom-inmemory-datastore/src/main/java/org/opendaylight/mdsal/dom/store/inmemory/AbstractDOMShardTreeChangePublisher.java
dom/mdsal-dom-inmemory-datastore/src/main/java/org/opendaylight/mdsal/dom/store/inmemory/InMemoryDOMDataTreeShard.java
dom/mdsal-dom-inmemory-datastore/src/main/java/org/opendaylight/mdsal/dom/store/inmemory/InMemoryDOMDataTreeShardChangePublisher.java
dom/mdsal-dom-inmemory-datastore/src/main/java/org/opendaylight/mdsal/dom/store/inmemory/InMemoryDOMStoreTreeChangePublisher.java
dom/mdsal-dom-inmemory-datastore/src/test/java/org/opendaylight/mdsal/dom/store/inmemory/AbstractDOMShardTreeChangePublisherTest.java