Fix javadoc in CrossConnect interface 10/98610/1
authorGilles Thouenon <gilles.thouenon@orange.com>
Thu, 9 Sep 2021 13:02:32 +0000 (15:02 +0200)
committerGilles Thouenon <gilles.thouenon@orange.com>
Thu, 18 Nov 2021 16:25:32 +0000 (17:25 +0100)
JIRA: TRNSPRTPCE-511
Signed-off-by: Gilles Thouenon <gilles.thouenon@orange.com>
Change-Id: Ibce010eb83a1280264285070e584bb71f8fd12a9

common/src/main/java/org/opendaylight/transportpce/common/crossconnect/CrossConnect.java

index 34e4b41db8bab034e584f72f95c3073370a307a7..6f86799ad8a9266e09bb301f3591409f07c026ea 100644 (file)
@@ -57,7 +57,7 @@ public interface CrossConnect {
      * @param isOtn
      *            True for odu-connection, False for roadm-connection.
      *
-     * @return true/false based on status of operation.
+     * @return the list of interface-names that were supporting the connection.
      */
     List<String> deleteCrossConnect(String deviceId, String connectionNumber, Boolean isOtn);