Skip to content

Commit d16b0db

Browse files
TonitzppCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 0d6e8bf commit d16b0db

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,15 +189,16 @@ public class ProjectResponse extends BaseResponse implements ResourceLimitAndCou
189189
private String snapshotAvailable;
190190

191191
@SerializedName(ApiConstants.VM_SNAPSHOT_LIMIT)
192-
@Param(description = "the number of VM snapshots that can be stored by this account")
192+
@SerializedName(ApiConstants.VM_SNAPSHOT_LIMIT)
193+
@Param(description = "the number of VM snapshots that can be stored by this project")
193194
private String vmSnapshotLimit;
194195

195196
@SerializedName(ApiConstants.VM_SNAPSHOT_TOTAL)
196-
@Param(description = "the number of VM snapshots stored by this account")
197+
@Param(description = "the number of VM snapshots stored by this project")
197198
private Long vmSnapshotTotal;
198199

199200
@SerializedName(ApiConstants.VM_SNAPSHOT_AVAILABLE)
200-
@Param(description = "the number of VM snapshots available for this account")
201+
@Param(description = "the number of VM snapshots available for this project")
201202
private String vmSnapshotAvailable;
202203

203204
@SerializedName("templatelimit")

0 commit comments

Comments
 (0)