fix javadoc warnings
[transportpce.git] / tests / stubpce / src / main / java / org / opendaylight / transportpce / stubpce / topology / SuperNodePath.java
index 55bfa81af55af69978635006091434e181bc9185..e96eb5c4550009f9b9ed18a8ebd17cbb5fc47858 100644 (file)
@@ -564,7 +564,7 @@ public class SuperNodePath {
      *
      * @param aend beginning extremity path
      * @param zend ending extremity path
-     * @param paths NodeLinkNode list paths
+     * @param nodeLinkNodes list paths
      * @return PathDescriptionsOrdered List of direct paths
      */
     public SortedSet<PathDescriptionsOrdered> getDirectPathDesc(String aend, String zend,
@@ -628,7 +628,7 @@ public class SuperNodePath {
      *
      * @param aend beginning extremity path
      * @param zend ending extremity path
-     * @param paths NodeLinkNode list paths
+     * @param nodeLinkNodes list paths
      * @return PathDescriptionsOrdered List of indirect paths
      */
     public SortedSet<PathDescriptionsOrdered> getIndirectPathDesc(String aend, String zend,