Sho SHIMIZU
Committed by Gerrit Code Review

Add missing method parameter description in Javadoc

Change-Id: Iad42c51f87136bcaa95cb6896976234b312d0034
...@@ -84,7 +84,7 @@ public class PathIntent extends ConnectivityIntent { ...@@ -84,7 +84,7 @@ public class PathIntent extends ConnectivityIntent {
84 * different for the specified all links and that destination element ID of a link and source 84 * different for the specified all links and that destination element ID of a link and source
85 * element ID of the next adjacent source element ID are same for the specified all links. 85 * element ID of the next adjacent source element ID are same for the specified all links.
86 * 86 *
87 - * @param links 87 + * @param links links to be validated
88 */ 88 */
89 public static void validate(List<Link> links) { 89 public static void validate(List<Link> links) {
90 checkArgument(Iterables.all(links, new Predicate<Link>() { 90 checkArgument(Iterables.all(links, new Predicate<Link>() {
......