Ray Milkey
Committed by Gerrit Code Review

Fix Javadoc error

Change-Id: I49beec57d1e35f5500b576e1fe29da50dcc09649
...@@ -38,6 +38,7 @@ public final class OpticalConnectivityIntent extends Intent { ...@@ -38,6 +38,7 @@ public final class OpticalConnectivityIntent extends Intent {
38 * @param key intent key 38 * @param key intent key
39 * @param src the source transponder port 39 * @param src the source transponder port
40 * @param dst the destination transponder port 40 * @param dst the destination transponder port
41 + * @param priority priority to use for flows from this intent
41 */ 42 */
42 protected OpticalConnectivityIntent(ApplicationId appId, 43 protected OpticalConnectivityIntent(ApplicationId appId,
43 Key key, 44 Key key,
......