aboutsummaryrefslogtreecommitdiff
path: root/okhttp-client-handler
diff options
context:
space:
mode:
authoradamw <adam@warski.org>2017-08-29 13:11:29 +0200
committeradamw <adam@warski.org>2017-08-29 13:11:29 +0200
commite0fb4123d94e22e0003f12d681ed4539ffcaaebf (patch)
tree1cded1f913cfbe25fbf8c11da2c15db7e9952234 /okhttp-client-handler
parent36adc7902a8ce64c654637df6934e482397eeaed (diff)
downloadsttp-e0fb4123d94e22e0003f12d681ed4539ffcaaebf.tar.gz
sttp-e0fb4123d94e22e0003f12d681ed4539ffcaaebf.tar.bz2
sttp-e0fb4123d94e22e0003f12d681ed4539ffcaaebf.zip
Removing the model package, flattening the structure
Diffstat (limited to 'okhttp-client-handler')
-rw-r--r--okhttp-client-handler/src/main/scala/com/softwaremill/sttp/okhttp/OkHttpClientHandler.scala3
1 files changed, 1 insertions, 2 deletions
diff --git a/okhttp-client-handler/src/main/scala/com/softwaremill/sttp/okhttp/OkHttpClientHandler.scala b/okhttp-client-handler/src/main/scala/com/softwaremill/sttp/okhttp/OkHttpClientHandler.scala
index 3d65100..758fbb5 100644
--- a/okhttp-client-handler/src/main/scala/com/softwaremill/sttp/okhttp/OkHttpClientHandler.scala
+++ b/okhttp-client-handler/src/main/scala/com/softwaremill/sttp/okhttp/OkHttpClientHandler.scala
@@ -4,8 +4,7 @@ import java.io.IOException
import java.nio.charset.Charset
import com.softwaremill.sttp._
-import com.softwaremill.sttp.model.ResponseAs.EagerResponseHandler
-import com.softwaremill.sttp.model._
+import ResponseAs.EagerResponseHandler
import okhttp3.internal.http.HttpMethod
import okhttp3.{
Call,