Skip to content

Commit

Permalink
Added toList import statement for java 11 version (#670)
Browse files Browse the repository at this point in the history
Signed-off-by: Sai Kumar <[email protected]>

Signed-off-by: Sai Kumar <[email protected]>
  • Loading branch information
saikaranam-amazon authored Dec 27, 2022
1 parent c45fe26 commit f99f1be
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ import java.util.stream.Collectors
import kotlin.coroutines.resume
import kotlin.coroutines.resumeWithException
import kotlin.coroutines.suspendCoroutine
import kotlin.streams.toList

open class IndexReplicationTask(id: Long, type: String, action: String, description: String,
parentTask: TaskId,
Expand Down

0 comments on commit f99f1be

Please sign in to comment.