X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=dom%2Fmdsal-dom-inmemory-datastore%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fmdsal%2Fdom%2Fstore%2Finmemory%2FTestUtils.java;h=7f05d7acb7561515bcae2c9fb0fe09e2959ced81;hb=13ed3bf48711e76a4e2bd2b277d12e557ade02b6;hp=a3a821e072e8f1418998de289a4c1ca54fd61785;hpb=d49ac5a3f5512614b3b0c2c5c25ae5f940f47dec;p=mdsal.git diff --git a/dom/mdsal-dom-inmemory-datastore/src/test/java/org/opendaylight/mdsal/dom/store/inmemory/TestUtils.java b/dom/mdsal-dom-inmemory-datastore/src/test/java/org/opendaylight/mdsal/dom/store/inmemory/TestUtils.java index a3a821e072..7f05d7acb7 100644 --- a/dom/mdsal-dom-inmemory-datastore/src/test/java/org/opendaylight/mdsal/dom/store/inmemory/TestUtils.java +++ b/dom/mdsal-dom-inmemory-datastore/src/test/java/org/opendaylight/mdsal/dom/store/inmemory/TestUtils.java @@ -34,7 +34,7 @@ final class TestUtils { static final NodeIdentifier NODE_IDENTIFIER = NodeIdentifier.create(QName.create("test")); - static final NormalizedNode NORMALIZED_NODE = mock(NormalizedNode.class); + static final NormalizedNode NORMALIZED_NODE = mock(NormalizedNode.class); static final NormalizedNodeContainer NORMALIZED_NODE_CONTAINER = mock(NormalizedNodeContainer.class); @@ -43,7 +43,7 @@ final class TestUtils { static final Collection COHORTS = new HashSet<>(); - static final ListenableFuture LISTENABLE_FUTURE = mock(ListenableFuture.class); + static final ListenableFuture LISTENABLE_FUTURE = mock(ListenableFuture.class); static final WriteableModificationNode WRITEABLE_MODIFICATION_NODE = mock(WriteableModificationNode.class);