Fix checkstyle error for java 8 build success
[openflowplugin.git] / openflowplugin / src / main / java / org / opendaylight / openflowplugin / openflow / md / core / translator / ErrorV10Translator.java
index af2a5b6b62aa047ac0c1141609c3d15f86362f22..3d65a844ddd5ec2de7bbc318c1fc71b67a0ee2cf 100644 (file)
@@ -39,9 +39,9 @@ public class ErrorV10Translator extends AbstractErrorTranslator {
     }
 
     /**
-     * @param message
-     * @param errorType
-     * @param node
+     * @param message error message
+     * @param errorType error type
+     * @param node reference to node, that sent the error message
      * @return translated error message of general type (OF-1.0)
      */
     @Override