fix some javadoc warnings 03/83203/1
authorguillaume.lambert <guillaume.lambert@orange.com>
Tue, 23 Jul 2019 08:46:45 +0000 (10:46 +0200)
committerguillaume.lambert <guillaume.lambert@orange.com>
Tue, 23 Jul 2019 08:46:45 +0000 (10:46 +0200)
@throw statement must be after @return

Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: I753f5aa9d156fde0121e31abba12e881bd401525

renderer/src/main/java/org/opendaylight/transportpce/renderer/openroadminterface/OpenRoadmInterface121.java
renderer/src/main/java/org/opendaylight/transportpce/renderer/openroadminterface/OpenRoadmInterface221.java
renderer/src/main/java/org/opendaylight/transportpce/renderer/openroadminterface/OpenRoadmInterfaceFactory.java

index 1337fbea4e146e79a03f9a922d6503166b84bde1..8ee3514c1d3ee6589f79871cbedafce23d9350e0 100644 (file)
@@ -206,9 +206,10 @@ public class OpenRoadmInterface121 {
      * @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.
+     *
+     * @throws OpenRoadmInterfaceException OpenRoadm interface exception
      */
 
     public List<String> createOpenRoadmOchInterface(String nodeId, String logicalConnPoint, Long waveNumber)
index f8f1be2b10405104c91f6e77292bb93a577d49fd..be6fd752c7c41eb208b61c147f2fa8cce0e5844b 100644 (file)
@@ -113,9 +113,10 @@ public class OpenRoadmInterface221 {
      * @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.
+     *
+     * @throws OpenRoadmInterfaceException OpenRoadm interface exception
      */
 
     public List<String> createFlexOCH(String nodeId, String logicalConnPoint, Long waveNumber)
index f422cb85ab193fb1e9965ad0a9a1e8a979091c6a..8f5f2fcfdc52f75607d7c90f320ba1f1d64e2737 100644 (file)
@@ -53,9 +53,10 @@ public class OpenRoadmInterfaceFactory {
      * @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.
+     *
+     * @throws OpenRoadmInterfaceException OpenRoadm interface exception
      */
 
     public List<String> createOpenRoadmOchInterface(String nodeId, String logicalConnPoint, Long waveNumber)
@@ -91,9 +92,10 @@ public class OpenRoadmInterfaceFactory {
      * @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.
+     *
+     * @throws OpenRoadmInterfaceException OpenRoadm interface exception
      */
 
     public String createOpenRoadmOdu4Interface(String nodeId, String logicalConnPoint, String supportingOtuInterface)
@@ -116,9 +118,10 @@ public class OpenRoadmInterfaceFactory {
      * @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.
+     *
+     * @throws OpenRoadmInterfaceException OpenRoadm interface exception
      */
 
     public String createOpenRoadmOtu4Interface(String nodeId, String logicalConnPoint, String supportOchInterface)