Add new tests, fix several mistakes, add and edit copyright comments
[openflowjava.git] / openflow-protocol-impl / src / test / java / org / opendaylight / openflowjava / protocol / impl / serialization / SerializerRegistryImplTest.java
index c52300182849441e264fbabb350a5512c0efc7f2..c398e47d6640ff6cb0545b9b32deb8beba56b7e7 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * Copyright (c) 2014 Pantheon Technologies s.r.o. and others. All rights reserved.
  *
@@ -50,7 +49,7 @@ public class SerializerRegistryImplTest {
      * Test - unregister serializer 
      */
     @Test
-    public void testUnRegisterSerialize(){
+    public void testUnRegisterSerializer(){
         SerializerRegistryImpl serReg = new SerializerRegistryImpl();
         serReg.init();
         serReg.registerSerializer(new MessageTypeKey<>(OF13, Match.class), new OF13MatchSerializer());