Thomas Vachuska

Fixed javadocs.

...@@ -20,8 +20,8 @@ public final class LinkCollectionIntent extends ConnectivityIntent { ...@@ -20,8 +20,8 @@ public final class LinkCollectionIntent extends ConnectivityIntent {
20 private final ConnectPoint egressPoint; 20 private final ConnectPoint egressPoint;
21 21
22 /** 22 /**
23 - * Creates a new point-to-point intent with the supplied ingress/egress 23 + * Creates a new actionable intent capable of funneling the selected
24 - * ports and using the specified explicit path. 24 + * traffic along the specified convergent tree and out the given egress point.
25 * 25 *
26 * @param appId application identifier 26 * @param appId application identifier
27 * @param selector traffic match 27 * @param selector traffic match
......