X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-distributed-datastore%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fdatabroker%2FClientBackedReadTransactionTest.java;h=7d41885ca59459f0daf47eb5424307ad1b209c99;hb=refs%2Fchanges%2F28%2F74128%2F8;hp=8333b4875e4f6b5e29a366c17c6b838deaf6babd;hpb=698d49f09d9ba58bf400578742a7ac1b06349f11;p=controller.git diff --git a/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/databroker/ClientBackedReadTransactionTest.java b/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/databroker/ClientBackedReadTransactionTest.java index 8333b4875e..7d41885ca5 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/databroker/ClientBackedReadTransactionTest.java +++ b/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/databroker/ClientBackedReadTransactionTest.java @@ -7,9 +7,9 @@ */ package org.opendaylight.controller.cluster.databroker; -import com.google.common.base.Optional; import com.google.common.util.concurrent.Futures; import com.google.common.util.concurrent.ListenableFuture; +import java.util.Optional; import org.junit.Assert; import org.junit.Before; import org.junit.Test; @@ -65,4 +65,4 @@ public class ClientBackedReadTransactionTest extends ClientBackedTransactionTest final ListenableFuture result = object().exists(YangInstanceIdentifier.EMPTY); Assert.assertTrue(result.get()); } -} \ No newline at end of file +}