Committed by
Gerrit Code Review
Fix java doc errors
Change-Id: Ibe3b34d13a6bfce0836a75d0478a9e0dd13dd17a
Showing
2 changed files
with
4 additions
and
3 deletions
... | @@ -44,6 +44,7 @@ public final class OpenstackPortInfo { | ... | @@ -44,6 +44,7 @@ public final class OpenstackPortInfo { |
44 | * @param deviceId device ID | 44 | * @param deviceId device ID |
45 | * @param vni tunnel ID | 45 | * @param vni tunnel ID |
46 | * @param gatewayIP gateway IP address | 46 | * @param gatewayIP gateway IP address |
47 | + * @param networkId network identifier | ||
47 | * @param securityGroups security group list | 48 | * @param securityGroups security group list |
48 | */ | 49 | */ |
49 | public OpenstackPortInfo(Ip4Address hostIp, MacAddress hostMac, DeviceId deviceId, long vni, | 50 | public OpenstackPortInfo(Ip4Address hostIp, MacAddress hostMac, DeviceId deviceId, long vni, | ... | ... |
... | @@ -68,9 +68,9 @@ public class OpenstackSecurityGroupRulePopulator { | ... | @@ -68,9 +68,9 @@ public class OpenstackSecurityGroupRulePopulator { |
68 | /** | 68 | /** |
69 | * Constructor. | 69 | * Constructor. |
70 | * | 70 | * |
71 | - * @param appId | 71 | + * @param appId application ID |
72 | - * @param openstackService | 72 | + * @param openstackService OpenStack interface service |
73 | - * @param flowObjectiveService | 73 | + * @param flowObjectiveService flow objective service |
74 | */ | 74 | */ |
75 | public OpenstackSecurityGroupRulePopulator(ApplicationId appId, OpenstackInterfaceService openstackService, | 75 | public OpenstackSecurityGroupRulePopulator(ApplicationId appId, OpenstackInterfaceService openstackService, |
76 | FlowObjectiveService flowObjectiveService) { | 76 | FlowObjectiveService flowObjectiveService) { | ... | ... |
-
Please register or login to post a comment