Remove trailing whitespace
[openflowjava.git] / openflow-protocol-impl / src / test / java / org / opendaylight / openflowjava / protocol / impl / core / connection / RpcResponseKeyTest.java
index 62b4613d34ce52c48c88a8bbdd1384581ce599a1..0b816c25714a492342f07071034f15250fdd978b 100644 (file)
@@ -13,7 +13,7 @@ import org.junit.Assert;
 import org.opendaylight.openflowjava.protocol.impl.core.connection.RpcResponseKey;
 
 /**
- * 
+ *
  * @author madamjak
  *
  */
@@ -24,7 +24,7 @@ public class RpcResponseKeyTest {
      */
     @Test
     public void testEquals(){
-        
+
         long xid1 = 12L;
         long xid2 = 66L;
         String outputClazz1 = "Clazz01";
@@ -48,7 +48,7 @@ public class RpcResponseKeyTest {
      */
     @Test
     public void testGetters(){
-        
+
         long xid1 = 12L;
         String outputClazz1 = "Clazz01";
         RpcResponseKey key1 = new RpcResponseKey(xid1, outputClazz1);