Skip to content

Commit 61d7d96

Browse files
committed
fix build
1 parent ea90f0c commit 61d7d96

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

api/src/main/java/org/apache/cloudstack/api/command/user/iso/GetUploadParamsForIsoCmd.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,6 @@ public class GetUploadParamsForIsoCmd extends AbstractGetUploadParamsCmd {
7979
description = "The ID of the OS type that best represents the OS of this ISO. If the ISO is bootable this parameter needs to be passed")
8080
private Long osTypeId;
8181

82-
@Parameter(name=ApiConstants.ZONE_ID, type= BaseCmd.CommandType.UUID, entityType = ZoneResponse.class,
83-
required=true, description = "The ID of the zone you wish to register the ISO to.")
84-
protected Long zoneId;
85-
8682
/////////////////////////////////////////////////////
8783
/////////////////// Accessors ///////////////////////
8884
/////////////////////////////////////////////////////

0 commit comments

Comments
 (0)