BUG-7464: Split TrieMap into read-only and read-write
[yangtools.git] / third-party / triemap / src / test / java / org / opendaylight / yangtools / triemap / TestHashCollisions.java
index 5ed9fd1bc6873c6549684672985ebe9f3c7e8b8f..f866673105d0ec69e59a1665ab8ad53ca93918ea 100644 (file)
@@ -24,7 +24,7 @@ import org.junit.Test;
 public class TestHashCollisions {
     @Test
     public void testHashCollisions () {
-        final TrieMap<Object, Object> bt = new TrieMap<>();
+        final TrieMap<Object, Object> bt = TrieMap.create();
 
         insertStrings(bt);
         insertChars(bt);