Move model.repo.util classes to model.repo.spi
[yangtools.git] / yang / yang-model-api / src / test / java / org / opendaylight / yangtools / yang / model / repo / spi / RefcountedRegistrationTest.java
@@ -5,7 +5,7 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-package org.opendaylight.yangtools.yang.model.repo.util;
+package org.opendaylight.yangtools.yang.model.repo.spi;
 
 import static org.junit.Assert.assertFalse;
 import static org.junit.Assert.assertTrue;
@@ -18,7 +18,6 @@ import org.junit.Test;
 import org.junit.runner.RunWith;
 import org.mockito.Mock;
 import org.mockito.junit.MockitoJUnitRunner;
-import org.opendaylight.yangtools.yang.model.repo.spi.SchemaSourceRegistration;
 
 @RunWith(MockitoJUnitRunner.class)
 public class RefcountedRegistrationTest {