Migrate to tech.pantheon.TrieMap
[yangtools.git] / common / util / src / test / java / org / opendaylight / yangtools / util / ReadWriteTrieMapTest.java
index d7f79056f6217c182f18efc3b26cd6f3ece6ef91..c78b1d7f6047b01559c4ba743ae7316c83da0464 100644 (file)
@@ -19,8 +19,8 @@ import java.util.Map;
 import java.util.Map.Entry;
 import java.util.Set;
 import org.junit.Test;
-import org.opendaylight.yangtools.triemap.MutableTrieMap;
-import org.opendaylight.yangtools.triemap.TrieMap;
+import tech.pantheon.triemap.MutableTrieMap;
+import tech.pantheon.triemap.TrieMap;
 
 public class ReadWriteTrieMapTest {