Skip to content
Snippets Groups Projects

Fix small bugs

Merged Benedikt Wetzel requested to merge wetzel/spesb:187-fix-empty-list-bug into theodolite-kotlin
All threads resolved!
7 files
+ 10
8
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -8,6 +8,6 @@ interface Benchmark {
@@ -8,6 +8,6 @@ interface Benchmark {
fun buildDeployment(
fun buildDeployment(
load: LoadDimension,
load: LoadDimension,
res: Resource,
res: Resource,
configurationOverrides: List<ConfigurationOverride>
configurationOverrides: List<ConfigurationOverride?>
): BenchmarkDeployment
): BenchmarkDeployment
}
}
Loading