sureshanaparti commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2597465290
##########
api/src/main/java/org/apache/cloudstack/api/command/admin/network/CreatePhysicalNetworkCmd.java:
##########
@@ -49,36 +49,36 @@ public class CreatePhysicalNetworkCmd extends
BaseAsyncCreateCmd {
type = CommandType.UUID,
entityType = ZoneResponse.class,
required = true,
- description = "the Zone ID for the physical network")
+ description = "The Zone ID for the physical network")
private Long zoneId;
- @Parameter(name = ApiConstants.VLAN, type = CommandType.STRING,
description = "the VLAN for the physical network")
+ @Parameter(name = ApiConstants.VLAN, type = CommandType.STRING,
description = "The VLAN for the physical network")
Review Comment:
```suggestion
@Parameter(name = ApiConstants.VLAN, type = CommandType.STRING,
description = "The VLAN for the physical Network")
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]