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 {
* different for the specified all links and that destination element ID of a link and source
* element ID of the next adjacent source element ID are same for the specified all links.
*
* @param links
* @param links links to be validated
*/
public static void validate(List<Link> links) {
checkArgument(Iterables.all(links, new Predicate<Link>() {
......