Remove trailing whitespace
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / util / ListSerializer.java
index f085377f1bf80ff0e15a5e6e4ef29bef8e287124..f69c25b6e801e07fe1e6755f985a45d5957734f7 100644 (file)
@@ -20,7 +20,7 @@ import org.opendaylight.yangtools.yang.binding.DataObject;
 /**
  * Serializes list items and their headers
  * @author michal.polkorab
- * @param <E> 
+ * @param <E>
  */
 public abstract class ListSerializer {