Skip to content

Commit 08729ce

Browse files
author
Anurag Awasthi
committed
Fix typo in parameter description
1 parent 0de5eb2 commit 08729ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/org/apache/cloudstack/api/command/admin/zone/UpdateZoneCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public class UpdateZoneCmd extends BaseCmd {
9595
@Parameter(name = ApiConstants.LOCAL_STORAGE_ENABLED, type = CommandType.BOOLEAN, description = "true if local storage offering enabled, false otherwise")
9696
private Boolean localStorageEnabled;
9797

98-
@Parameter(name = ApiConstants.SORT_KEY, type = CommandType.INTEGER, description = "sort key of the disk offering, integer")
98+
@Parameter(name = ApiConstants.SORT_KEY, type = CommandType.INTEGER, description = "sort key of the zone, integer")
9999
private Integer sortKey;
100100

101101
/////////////////////////////////////////////////////

0 commit comments

Comments
 (0)