fix some compilation warnings
[transportpce.git] / common / src / main / java / org / opendaylight / transportpce / common / crossconnect / CrossConnect.java
index 0b708c00670d55d0828597762417a873a1e9a44e..c0c6e8598ea1a989070519f15cfd1012b0c1b7cf 100644 (file)
@@ -73,10 +73,11 @@ public interface CrossConnect {
      *            Source logical connection point.
      * @param destTp
      *            Destination logical connection point.
-     * @throws OpenRoadmInterfaceException
-     *            OpenRoadm Interface Exception.
      *
      * @return list of Ports object type.
+     *
+     * @throws OpenRoadmInterfaceException
+     *            OpenRoadm Interface Exception.
      */
     List<Ports> getConnectionPortTrail(String nodeId, Long waveNumber, String srcTp, String destTp)
             throws OpenRoadmInterfaceException;