fix javadocs warnings
[transportpce.git] / renderer / src / main / java / org / opendaylight / transportpce / renderer / openroadminterface / OpenRoadmInterfaceFactory.java
index cd8f1fef2c48cfc3f5f25bf6f5faf41762642412..f422cb85ab193fb1e9965ad0a9a1e8a979091c6a 100644 (file)
@@ -50,7 +50,11 @@ public class OpenRoadmInterfaceFactory {
      * This methods creates an OCH interface on the given termination point on
      * Roadm.
      *
+     * @param nodeId node ID
+     * @param logicalConnPoint logical connection point
      * @param waveNumber wavelength number of the OCH interface.
+     * @throws OpenRoadmInterfaceException OpenRoadm interface exception
+     *
      * @return Name of the interface if successful, otherwise return null.
      */
 
@@ -84,6 +88,11 @@ public class OpenRoadmInterfaceFactory {
     /**
      * This methods creates an ODU interface on the given termination point.
      *
+     * @param nodeId node ID
+     * @param logicalConnPoint logical connection point
+     * @param supportingOtuInterface supporting OTU interface
+     * @throws OpenRoadmInterfaceException OpenRoadm interface exception
+     *
      * @return Name of the interface if successful, otherwise return null.
      */
 
@@ -104,6 +113,11 @@ public class OpenRoadmInterfaceFactory {
     /**
      * This methods creates an OTU interface on the given termination point.
      *
+     * @param nodeId node ID
+     * @param logicalConnPoint logical connection point
+     * @param supportOchInterface supporting OCH interface
+     * @throws OpenRoadmInterfaceException OpenRoadm interface exception
+     *
      * @return Name of the interface if successful, otherwise return null.
      */