[KTLN-3] Fix package name (#10246)
This commit is contained in:
parent
f77d85f21e
commit
85db5610ea
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.channles
|
||||
package com.baeldung.channels
|
||||
|
||||
import kotlinx.coroutines.cancelChildren
|
||||
import kotlinx.coroutines.channels.Channel
|
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.channles
|
||||
package com.baeldung.channels
|
||||
|
||||
import kotlinx.coroutines.cancelChildren
|
||||
import kotlinx.coroutines.channels.Channel
|
|
@ -1,6 +1,6 @@
|
|||
package com.baeldung.channles
|
||||
package com.baeldung.channels
|
||||
|
||||
import com.baeldung.channles.OrderStatus.*
|
||||
import com.baeldung.channels.OrderStatus.*
|
||||
import kotlinx.coroutines.*
|
||||
import kotlinx.coroutines.channels.ReceiveChannel
|
||||
import kotlinx.coroutines.channels.produce
|
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.channles
|
||||
package com.baeldung.channels
|
||||
|
||||
import kotlinx.coroutines.CoroutineScope
|
||||
import kotlinx.coroutines.ExperimentalCoroutinesApi
|
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.channles
|
||||
package com.baeldung.channels
|
||||
|
||||
import kotlinx.coroutines.*
|
||||
import kotlinx.coroutines.channels.Channel
|
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.channles
|
||||
package com.baeldung.channels
|
||||
|
||||
import kotlinx.coroutines.cancelChildren
|
||||
import kotlinx.coroutines.channels.Channel
|
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.channles
|
||||
package com.baeldung.channels
|
||||
|
||||
import kotlinx.coroutines.*
|
||||
import kotlinx.coroutines.channels.ReceiveChannel
|
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.channles
|
||||
package com.baeldung.channels
|
||||
|
||||
import kotlinx.coroutines.channels.ticker
|
||||
import kotlinx.coroutines.delay
|
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.channles
|
||||
package com.baeldung.channels
|
||||
|
||||
import kotlinx.coroutines.cancelChildren
|
||||
import kotlinx.coroutines.channels.Channel
|
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.channles
|
||||
package com.baeldung.channels
|
||||
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.*
|
Loading…
Reference in New Issue