Fix checkstyle
[openflowjava.git] / openflow-protocol-api / src / main / java / org / opendaylight / openflowjava / protocol / api / keys / MessageTypeKey.java
index 507a466f0fd7ca8092f1c5baa1b641ea0774342f..5a130cb1c10bc6d97a9d53fbee63559752d2b9ee 100644 (file)
@@ -5,14 +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.api.keys;
 
-import org.opendaylight.openflowjava.protocol.api.extensibility.SerializerRegistry;
-
-
 /**
- * Class used as a key in {@link SerializerRegistry}
+ * Class used as a key in {@link org.opendaylight.openflowjava.protocol.api.extensibility.SerializerRegistry}
  * @author michal.polkorab
  * @author timotej.kubas
  * @param <E> message type (class)
@@ -69,4 +65,4 @@ public class MessageTypeKey<E> {
         }
         return true;
     }
-}
\ No newline at end of file
+}