sureshanaparti commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2597481507


##########
api/src/main/java/org/apache/cloudstack/api/command/admin/network/CreateStorageNetworkIpRangeCmd.java:
##########
@@ -53,21 +53,21 @@ public class CreateStorageNetworkIpRangeCmd extends 
BaseAsyncCmd {
                description = "UUID of pod where the ip range belongs to")
     private Long podId;
 
-    @Parameter(name = ApiConstants.START_IP, type = CommandType.STRING, 
required = true, description = "the beginning IP address")
+    @Parameter(name = ApiConstants.START_IP, type = CommandType.STRING, 
required = true, description = "The beginning IP address")

Review Comment:
   ```suggestion
       @Parameter(name = ApiConstants.START_IP, type = CommandType.STRING, 
required = true, description = "The starting IP address")
   ```



-- 
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]

Reply via email to