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 / PotentialSchemaSourceTest.java
index 26236f26e0f832e5e483350b0c050ac10b8250cf..951a8842ac5fcfcae61d5ad43e1916c65971b140 100644 (file)
@@ -29,7 +29,9 @@ public class PotentialSchemaSourceTest {
 
     @Mock
     public SourceIdentifier sourceIdentifier;
+    @SuppressWarnings("exports")
     public PotentialSchemaSource<TestSchemaSourceRepresentation> source;
+    @SuppressWarnings("exports")
     public PotentialSchemaSource<TestSchemaSourceRepresentation> same;
 
     @Before