BUG-7464: Split TrieMap into read-only and read-write
[yangtools.git] / third-party / triemap / src / test / java / org / opendaylight / yangtools / triemap / TestCNodeFlagCollision.java
index 081a6f8f33bb8d666140290b6445db093047c822..39233deb6a39eb1fc1ca63e8ecc6c63f7f51d3dc 100644 (file)
@@ -24,7 +24,7 @@ import org.junit.Test;
 public class TestCNodeFlagCollision {
     @Test
     public void testCNodeFlagCollision () {
-        final Map<Integer, Object> map = new TrieMap<>();
+        final Map<Integer, Object> map = TrieMap.create();
         final Integer z15169 = Integer.valueOf(15169);
         final Integer z28336 = Integer.valueOf(28336);