Skip to content

Commit

Permalink
threeds: optimize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jlejoux committed Jul 22, 2019
1 parent 13eaa4e commit 5f530d4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package com.processout.processout_sdk;

import com.google.gson.annotations.SerializedName;
import com.processout.processout_sdk.CustomerAction;

class AuthorizationResult {
@SerializedName("customer_action")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package com.processout.processout_sdk;

import android.util.Base64;

import com.google.gson.annotations.SerializedName;

import java.util.Map;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@

import android.content.Context;
import android.util.Base64;
import android.util.Log;

import com.android.volley.AuthFailureError;
import com.android.volley.DefaultRetryPolicy;
import com.android.volley.NetworkError;
import com.android.volley.NoConnectionError;
import com.android.volley.ParseError;
import com.android.volley.Request;
import com.android.volley.RequestQueue;
import com.android.volley.Response;
import com.android.volley.ServerError;
Expand All @@ -25,7 +22,6 @@
import com.processout.processout_sdk.ProcessOutExceptions.ProcessOutException;
import com.processout.processout_sdk.ProcessOutExceptions.ProcessOutNetworkException;

import org.json.JSONException;
import org.json.JSONObject;

import java.io.UnsupportedEncodingException;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,19 @@
import android.content.Intent;
import android.net.Uri;
import android.util.Base64;
import android.util.Log;
import android.webkit.WebSettings;
import android.webkit.WebView;

import com.android.volley.Request;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.google.gson.reflect.TypeToken;
import com.processout.processout_sdk.ProcessOutExceptions.ProcessOutAuthException;

import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;

import java.lang.reflect.Type;
import java.util.ArrayList;
import java.util.Map;

/**
* Created by jeremylejoux on 17/01/2018.
Expand Down

0 comments on commit 5f530d4

Please sign in to comment.