Skip to content

Commit cfd75a2

Browse files
committed
java 기본 생성자 누락 부분 재추가
1 parent 0a7545b commit cfd75a2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

api/src/main/java/org/apache/cloudstack/api/command/admin/host/ListHostsCmd.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,9 @@ public String getStorageAccessGroup() {
218218
return storageAccessGroup;
219219
}
220220

221+
public ListHostsCmd() {
222+
}
223+
221224
public ListHostsCmd(String storageAccessGroup) {
222225
this.storageAccessGroup = storageAccessGroup;
223226
}

0 commit comments

Comments
 (0)