Skip to content

Commit 87feb02

Browse files
Update plugins/database/quota/src/main/java/org/apache/cloudstack/api/command/QuotaSummaryCmd.java
Co-authored-by: Fabricio Duarte <[email protected]>
1 parent 6897eeb commit 87feb02

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/command/QuotaSummaryCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public void setDomainId(Long domainId) {
9797
}
9898

9999
public Boolean isListAll() {
100-
return BooleanUtils.toBoolean(listAll);
100+
return ObjectUtils.defaultIfNull(listAll, Boolean.FALSE);
101101
}
102102

103103
public void setListAll(Boolean listAll) {

0 commit comments

Comments
 (0)