Skip to content

Commit

Permalink
[KTLN-3] Fix package name (eugenp#10246)
Browse files Browse the repository at this point in the history
  • Loading branch information
harihar authored Nov 12, 2020
1 parent 10fe8b5 commit 4064824
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.baeldung.channles
package com.baeldung.channels

import kotlinx.coroutines.cancelChildren
import kotlinx.coroutines.channels.Channel
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.baeldung.channles
package com.baeldung.channels

import kotlinx.coroutines.cancelChildren
import kotlinx.coroutines.channels.Channel
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.baeldung.channles
package com.baeldung.channels

import kotlinx.coroutines.CoroutineScope
import kotlinx.coroutines.ExperimentalCoroutinesApi
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.baeldung.channles
package com.baeldung.channels

import kotlinx.coroutines.*
import kotlinx.coroutines.channels.Channel
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.baeldung.channles
package com.baeldung.channels

import kotlinx.coroutines.cancelChildren
import kotlinx.coroutines.channels.Channel
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.baeldung.channles
package com.baeldung.channels

import kotlinx.coroutines.*
import kotlinx.coroutines.channels.ReceiveChannel
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.baeldung.channles
package com.baeldung.channels

import kotlinx.coroutines.channels.ticker
import kotlinx.coroutines.delay
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.baeldung.channles
package com.baeldung.channels

import kotlinx.coroutines.cancelChildren
import kotlinx.coroutines.channels.Channel
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.baeldung.channles
package com.baeldung.channels

import java.text.SimpleDateFormat
import java.util.*
Expand Down

0 comments on commit 4064824

Please sign in to comment.