Skip to content

Commit 23a44d6

Browse files
resmoDaanHoogland
authored andcommitted
instanceGroupResponse: fix description
Signed-off-by: Daan Hoogland <daan.hoogland@gmail.com>
1 parent 3824d99 commit 23a44d6

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

api/src/org/apache/cloudstack/api/response/InstanceGroupResponse.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@
3030
@SuppressWarnings("unused")
3131
@EntityReference(value = InstanceGroup.class)
3232
public class InstanceGroupResponse extends BaseResponse implements ControlledViewEntityResponse {
33+
3334
@SerializedName(ApiConstants.ID)
34-
@Param(description = "the id of the instance group")
35+
@Param(description = "the ID of the instance group")
3536
private String id;
3637

3738
@SerializedName(ApiConstants.NAME)
@@ -47,11 +48,11 @@ public class InstanceGroupResponse extends BaseResponse implements ControlledVie
4748
private String accountName;
4849

4950
@SerializedName(ApiConstants.PROJECT_ID)
50-
@Param(description = "the project id of the group")
51+
@Param(description = "the project ID of the instance group")
5152
private String projectId;
5253

5354
@SerializedName(ApiConstants.PROJECT)
54-
@Param(description = "the project name of the group")
55+
@Param(description = "the project name of the instance group")
5556
private String projectName;
5657

5758
@SerializedName(ApiConstants.DOMAIN_ID)

0 commit comments

Comments
 (0)