Skip to content

Commit 4ce5064

Browse files
Update plugins/database/quota/src/main/java/org/apache/cloudstack/api/response/QuotaCreditsResponse.java
Co-authored-by: Bernardo De Marco Gonçalves <[email protected]>
1 parent 35c792f commit 4ce5064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/database/quota/src/main/java/org/apache/cloudstack/api/response/QuotaCreditsResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class QuotaCreditsResponse extends BaseResponse {
3535
private String creditorUserId;
3636

3737
@SerializedName("creditorusername")
38-
@Param(description = "ID of the creditor user.")
38+
@Param(description = "Username of the creditor user.")
3939
private String creditorUsername;
4040

4141
@SerializedName("creditedon")

0 commit comments

Comments
 (0)