fix merge conflict

This commit is contained in:
Pearl Dsilva 2026-04-27 08:06:14 -04:00
parent 0e2bac1a06
commit 9e317842b8
1 changed files with 0 additions and 4 deletions

View File

@ -426,8 +426,4 @@ public class LibvirtStoragePool implements KVMStoragePool {
return true;
}
}
public void setType(StoragePoolType type) {
this.type = type;
}
}