Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit a274f3a

Browse files
committed
change java Throwable to kotlin throwable
1 parent 7e39477 commit a274f3a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rxlocationmanager-rxjava2/src/test/kotlin/ru/solodovnikov/rx2locationmanager/RxLocationManager2Test.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ import android.location.Location
55
import android.location.LocationListener
66
import android.location.LocationManager
77
import android.os.Build
8-
import io.reactivex.Maybe
9-
import io.reactivex.MaybeTransformer
108
import io.reactivex.schedulers.Schedulers
119
import org.junit.Before
1210
import org.junit.Test
@@ -17,7 +15,6 @@ import org.mockito.Mockito.*
1715
import org.mockito.MockitoAnnotations
1816
import org.robolectric.RobolectricTestRunner
1917
import org.robolectric.annotation.Config
20-
import java.lang.Throwable
2118
import java.util.*
2219
import java.util.concurrent.TimeUnit
2320
import java.util.concurrent.TimeoutException

0 commit comments

Comments
 (0)