BUG-7464: Reformat source code
[yangtools.git] / third-party / triemap / src / test / java / org / opendaylight / yangtools / triemap / TestSerialization.java
index 8f7db039076c3ee8e0182d67081cff178b50a679..d39a4829359610da62d36260bac36447c1b095ff 100644 (file)
@@ -5,14 +5,13 @@ import java.io.ByteArrayOutputStream;
 import java.io.IOException;
 import java.io.ObjectInputStream;
 import java.io.ObjectOutputStream;
-
 import org.junit.Assert;
 import org.junit.Test;
 
 public class TestSerialization {
     @Test
     public void testSerialization() throws IOException, ClassNotFoundException {
-        TrieMap<String, String> map = new TrieMap<String, String>();
+        TrieMap<String, String> map = new TrieMap<>();
 
         map.put("dude-0", "tom");
         map.put("dude-1", "john");