Fix Java 8 javadoc compatibility
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / util / AbstractCodeKeyMaker.java
index 45f521e1756c90342000b23228c531b6e990053e..7aff0aa7be04af5a705d00f158e8139b7188b5dd 100644 (file)
@@ -5,13 +5,10 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-
 package org.opendaylight.openflowjava.protocol.impl.util;
 
-
 /**
  * @author michal.polkorab
- * @param <T> type the key maker is based on
  */
 public abstract class AbstractCodeKeyMaker implements CodeKeyMaker {