Remove trailing whitespace
[openflowjava.git] / openflow-protocol-impl / src / test / java / org / opendaylight / openflowjava / protocol / impl / serialization / SerializerRegistryImplTest.java
index c398e47d6640ff6cb0545b9b32deb8beba56b7e7..df7e83bfcc0af5f4c853f9f47018e868385f7a2d 100644 (file)
@@ -15,12 +15,12 @@ import org.opendaylight.openflowjava.protocol.impl.util.OF13MatchSerializer;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev130731.match.grouping.Match;
 
 /**
- * 
+ *
  * @author madamjak
  *
  */
 public class SerializerRegistryImplTest {
-    
+
     private static final short OF13 = EncodeConstants.OF13_VERSION_ID;
     private static final short OF10 = EncodeConstants.OF10_VERSION_ID;
 
@@ -46,7 +46,7 @@ public class SerializerRegistryImplTest {
     }
 
     /**
-     * Test - unregister serializer 
+     * Test - unregister serializer
      */
     @Test
     public void testUnRegisterSerializer(){