We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e636c0 commit 07a78c2Copy full SHA for 07a78c2
src/main/kotlin/albelli/junit/synnefo/runtime/AmazonCodeBuildScheduler.kt
@@ -68,7 +68,7 @@ class AmazonCodeBuildScheduler(private val settings: SynnefoProperties) {
68
}
69
70
private suspend fun runAndWaitForJobs(job: Job, sourceLocation: String) {
71
- val currentQueue: LinkedList<AmazonCodeBuildScheduler.ScheduledJob> = LinkedList()
+ val currentQueue = LinkedList<ScheduledJob>()
72
73
val backlog = job.runnerInfos.toMutableList()
74
0 commit comments