[KTLN-3] Fix package name (#10246)

This commit is contained in:
Harihar Das 2020-11-12 21:22:06 +01:00 committed by GitHub
parent f77d85f21e
commit 85db5610ea
10 changed files with 11 additions and 11 deletions

View File

@ -1,4 +1,4 @@
package com.baeldung.channles package com.baeldung.channels
import kotlinx.coroutines.cancelChildren import kotlinx.coroutines.cancelChildren
import kotlinx.coroutines.channels.Channel import kotlinx.coroutines.channels.Channel

View File

@ -1,4 +1,4 @@
package com.baeldung.channles package com.baeldung.channels
import kotlinx.coroutines.cancelChildren import kotlinx.coroutines.cancelChildren
import kotlinx.coroutines.channels.Channel import kotlinx.coroutines.channels.Channel

View File

@ -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.*
import kotlinx.coroutines.channels.ReceiveChannel import kotlinx.coroutines.channels.ReceiveChannel
import kotlinx.coroutines.channels.produce import kotlinx.coroutines.channels.produce

View File

@ -1,4 +1,4 @@
package com.baeldung.channles package com.baeldung.channels
import kotlinx.coroutines.CoroutineScope import kotlinx.coroutines.CoroutineScope
import kotlinx.coroutines.ExperimentalCoroutinesApi import kotlinx.coroutines.ExperimentalCoroutinesApi

View File

@ -1,4 +1,4 @@
package com.baeldung.channles package com.baeldung.channels
import kotlinx.coroutines.* import kotlinx.coroutines.*
import kotlinx.coroutines.channels.Channel import kotlinx.coroutines.channels.Channel

View File

@ -1,4 +1,4 @@
package com.baeldung.channles package com.baeldung.channels
import kotlinx.coroutines.cancelChildren import kotlinx.coroutines.cancelChildren
import kotlinx.coroutines.channels.Channel import kotlinx.coroutines.channels.Channel

View File

@ -1,4 +1,4 @@
package com.baeldung.channles package com.baeldung.channels
import kotlinx.coroutines.* import kotlinx.coroutines.*
import kotlinx.coroutines.channels.ReceiveChannel import kotlinx.coroutines.channels.ReceiveChannel

View File

@ -1,4 +1,4 @@
package com.baeldung.channles package com.baeldung.channels
import kotlinx.coroutines.channels.ticker import kotlinx.coroutines.channels.ticker
import kotlinx.coroutines.delay import kotlinx.coroutines.delay

View File

@ -1,4 +1,4 @@
package com.baeldung.channles package com.baeldung.channels
import kotlinx.coroutines.cancelChildren import kotlinx.coroutines.cancelChildren
import kotlinx.coroutines.channels.Channel import kotlinx.coroutines.channels.Channel

View File

@ -1,4 +1,4 @@
package com.baeldung.channles package com.baeldung.channels
import java.text.SimpleDateFormat import java.text.SimpleDateFormat
import java.util.* import java.util.*