Remove superfluous @NonNull annotations 74/88974/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 8 Apr 2020 12:31:02 +0000 (14:31 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 8 Apr 2020 13:08:22 +0000 (15:08 +0200)
commit9918388ee26503d8516e3e6d81ac2e82794f6322
treed12ab95cf561deba534665896d43ce8c6790cfe8
parent77998716f93d97aa8e58e408db6d956d81b727ff
Remove superfluous @NonNull annotations

These annotations are inherited from interface contract, there is
no point in specifying them again.

Change-Id: I7e2cb6d353b358f5c2eefc03181803377e047750
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-dom-adapter/src/main/java/org/opendaylight/mdsal/binding/dom/adapter/BindingDOMWriteTransactionAdapter.java