Skip to content

Commit

Permalink
Code Rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
seventhmoon committed Feb 24, 2017
1 parent 29af7be commit 3bddb7d
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,17 @@
* Modified by Fung LAM (fung@androidfung.com)
*/

import com.android.volley.AuthFailureError;
import com.android.volley.NetworkResponse;
import com.android.volley.Request;
import com.android.volley.Response;
import com.android.volley.Response.ErrorListener;
import com.android.volley.Response.Listener;

import com.android.volley.AuthFailureError;
import com.google.common.io.Files;

import java.io.ByteArrayOutputStream;
import java.io.DataOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
Expand Down

0 comments on commit 3bddb7d

Please sign in to comment.