Fix checkstyle API.
[openflowplugin.git] / openflowplugin-api / src / main / java / org / opendaylight / openflowplugin / api / openflow / statistics / MessageObservatory.java
index 35756502561c0b852dec7ec8bd2cc9ba8373cd3e..4868b11480eb74aa0f40ef15860de42e40d5ff32 100644 (file)
@@ -9,9 +9,6 @@
 package org.opendaylight.openflowplugin.api.openflow.statistics;
 
 
-/**
- * @param <M> message type
- */
 @Deprecated
 public interface MessageObservatory<M> extends MessageSpy<M>, MessageCountDumper {