Enable checkstyle on objectcache and mockito-config
[yangtools.git] / common / object-cache-api / src / test / java / org / opendaylight / yangtools / objcache / spi / CacheTest.java
index 9b7fb55efd1c6de1994e239533c6ce87e816c8f2..57f835f9ff158486f2b7634ba1943c9abef59308 100644 (file)
@@ -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;