X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=common%2Fobject-cache-api%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fyangtools%2Fobjcache%2Fspi%2FCacheTest.java;fp=common%2Fobject-cache-api%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fyangtools%2Fobjcache%2Fspi%2FCacheTest.java;h=57f835f9ff158486f2b7634ba1943c9abef59308;hb=bec5ad02db190a9c28ac89a73bf8ebe67b72ca6c;hp=9b7fb55efd1c6de1994e239533c6ce87e816c8f2;hpb=0ece65751fc4a88f949e24b476edae120947a959;p=yangtools.git diff --git a/common/object-cache-api/src/test/java/org/opendaylight/yangtools/objcache/spi/CacheTest.java b/common/object-cache-api/src/test/java/org/opendaylight/yangtools/objcache/spi/CacheTest.java index 9b7fb55efd..57f835f9ff 100644 --- a/common/object-cache-api/src/test/java/org/opendaylight/yangtools/objcache/spi/CacheTest.java +++ b/common/object-cache-api/src/test/java/org/opendaylight/yangtools/objcache/spi/CacheTest.java @@ -11,14 +11,13 @@ import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotSame; import static org.junit.Assert.assertSame; +import com.google.common.base.FinalizableReferenceQueue; +import com.google.common.cache.CacheBuilder; import org.junit.After; import org.junit.Before; import org.junit.Test; import org.opendaylight.yangtools.objcache.ObjectCache; -import com.google.common.base.FinalizableReferenceQueue; -import com.google.common.cache.CacheBuilder; - public class CacheTest { private FinalizableReferenceQueue queue; private ObjectCache oc;