removed copy+pasted comment...

This commit is contained in:
Philipp Schaefer 2013-12-21 19:39:12 +01:00
parent 90e8764f49
commit cd524c4e61

View File

@ -10,11 +10,6 @@ import java.io.InputStream;
import java.net.URL; import java.net.URL;
import java.net.URLConnection; import java.net.URLConnection;
/*
* this class parses the http response of a web page.
* since network operations shouldn't be done on main UI thread
* (NetworkOnMainThread exception is thrown) we use an async task for this.
*/
public class DownloadTile extends AsyncTask<String, Void, Boolean> { public class DownloadTile extends AsyncTask<String, Void, Boolean> {
private String mFilePath; private String mFilePath;