Remove trailing whitespace
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / util / AbstractTypeKeyMaker.java
index f2e736facf7f0a4ce893d3a655ac8b0c0186dda8..70c7a1551b6f2ae80c702b1831c1cbe4c0fd92fc 100644 (file)
@@ -11,7 +11,7 @@ package org.opendaylight.openflowjava.protocol.impl.util;
 
 /**
  * @author michal.polkorab
- * @param <T> type the key maker is based on 
+ * @param <T> type the key maker is based on
  */
 public abstract class AbstractTypeKeyMaker<T> implements TypeKeyMaker<T> {
 
@@ -22,7 +22,7 @@ public abstract class AbstractTypeKeyMaker<T> implements TypeKeyMaker<T> {
      */
     public AbstractTypeKeyMaker(short version) {
         this.version = version;
-        
+
     }
 
     /**