Skip to content

Commit

Permalink
removed wildcard import
Browse files Browse the repository at this point in the history
  • Loading branch information
markGilchrist committed Jul 8, 2018
1 parent 9d272ed commit 478bdd3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
import com.github.kittinunf.fuel.core.*

import com.github.kittinunf.fuel.core.Deserializable
import com.github.kittinunf.fuel.core.FuelError
import com.github.kittinunf.fuel.core.Request
import com.github.kittinunf.fuel.core.Request.Companion.byteArrayDeserializer
import com.github.kittinunf.fuel.core.Request.Companion.stringDeserializer
import com.github.kittinunf.fuel.core.Response
import com.github.kittinunf.fuel.core.ResponseDeserializable
import com.github.kittinunf.fuel.core.response
import com.github.kittinunf.result.Result
import kotlinx.coroutines.experimental.suspendCancellableCoroutine
import java.nio.charset.Charset
Expand Down
2 changes: 0 additions & 2 deletions sample-java/src/main/java/com/example/fuel/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;

import com.example.fuel.databinding.ActivityMainBinding;
import com.github.kittinunf.fuel.Fuel;
Expand Down

0 comments on commit 478bdd3

Please sign in to comment.