Remove trailing whitespace
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / util / TypeKeyMaker.java
index 02b0307b93959899dabb939f981360df573fe7bc..ad1b2f428fdada4351f31ea56e3afd58a15a16c5 100644 (file)
@@ -12,13 +12,13 @@ import org.opendaylight.openflowjava.protocol.api.extensibility.MessageTypeKey;
 
 /**
  * @author michal.polkorab
- * @param <T> 
+ * @param <T>
  */
 public interface TypeKeyMaker<T> {
 
     /**
      * @param entry
-     * @return key that will be used for serializer lookup in 
+     * @return key that will be used for serializer lookup in
      * the serializer registry
      */
     abstract MessageTypeKey<?> make(T entry);