Enable checkstyle on objectcache and mockito-config
[yangtools.git] / common / object-cache-api / src / test / java / org / opendaylight / yangtools / objcache / spi / SoftKeyTest.java
index dc16f77e92a5e280880254b7cce20d562127bcc9..3caaf65220524d73029243616fe619275f55a520 100644 (file)
@@ -13,13 +13,12 @@ import static org.junit.Assert.assertNull;
 import static org.junit.Assert.assertSame;
 import static org.junit.Assert.assertTrue;
 
+import com.google.common.base.FinalizableReferenceQueue;
 import org.junit.After;
 import org.junit.Before;
 import org.junit.Test;
 import org.opendaylight.yangtools.objcache.spi.AbstractObjectCache.SoftKey;
 
-import com.google.common.base.FinalizableReferenceQueue;
-
 public class SoftKeyTest {
     private FinalizableReferenceQueue queue;