Skip to content

Commit 17af28b

Browse files
TonitzppGaOrtiga
andauthored
Apply suggestions from code review
Co-authored-by: GaOrtiga <49285692+GaOrtiga@users.noreply.github.com>
1 parent b2e7334 commit 17af28b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

api/src/main/java/org/apache/cloudstack/api/response/DomainResponse.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,15 @@ public class DomainResponse extends BaseResponseWithAnnotations implements Resou
106106
private String snapshotAvailable;
107107

108108
@SerializedName(ApiConstants.VM_SNAPSHOT_LIMIT)
109-
@Param(description = "the number of Instance snapshots that can be stored by this account")
109+
@Param(description = "the number of Instance snapshots that can be stored by this domain")
110110
private String vmSnapshotLimit;
111111

112112
@SerializedName(ApiConstants.VM_SNAPSHOT_TOTAL)
113-
@Param(description = "the number of Instance snapshots stored by this account")
113+
@Param(description = "the number of Instance snapshots stored by this domain")
114114
private Long vmSnapshotTotal;
115115

116116
@SerializedName(ApiConstants.VM_SNAPSHOT_AVAILABLE)
117-
@Param(description = "the number of Instance snapshots available for this account")
117+
@Param(description = "the number of Instance snapshots available for this domain")
118118
private String vmSnapshotAvailable;
119119

120120
@SerializedName("templatelimit") @Param(description = "The total number of Templates which can be created by this domain")

0 commit comments

Comments
 (0)