summaryrefslogtreecommitdiff
path: root/opendc-compute/opendc-compute-api/src/main/kotlin/org
diff options
context:
space:
mode:
Diffstat (limited to 'opendc-compute/opendc-compute-api/src/main/kotlin/org')
-rw-r--r--opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/Flavor.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/Flavor.kt b/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/Flavor.kt
index 48765a3b..48e0e1da 100644
--- a/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/Flavor.kt
+++ b/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/Flavor.kt
@@ -45,7 +45,7 @@ public interface Flavor : Resource {
/**
* Set of Tasks that need to be finished before this can startAdd commentMore actions
*/
- public val parents: Set<Int>
+ public val parents: ArrayList<Int>
/**
* Set of Tasks that need to be finished before this can startAdd commentMore actions