Committed by
Gerrit Code Review
Fix Javadoc error
Change-Id: I49beec57d1e35f5500b576e1fe29da50dcc09649
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -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, | ... | ... |
-
Please register or login to post a comment