Code formatting

This commit is contained in:
fkloft
2013-09-18 17:40:05 +02:00
parent 1a1008c70e
commit bf229f7f05
10 changed files with 50 additions and 49 deletions

View File

@ -1,13 +1,5 @@
package com.cradle.iitc_mobile.async;
import java.io.IOException;
import org.apache.http.HttpResponse;
import org.apache.http.HttpStatus;
import org.apache.http.client.HttpClient;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.impl.client.DefaultHttpClient;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
@ -17,6 +9,14 @@ import android.util.Log;
import com.cradle.iitc_mobile.IITC_JSInterface;
import com.cradle.iitc_mobile.IITC_Mobile;
import org.apache.http.HttpResponse;
import org.apache.http.HttpStatus;
import org.apache.http.client.HttpClient;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.impl.client.DefaultHttpClient;
import java.io.IOException;
/*
* this class parses the http response of a web page.
* since network operations shouldn't be done on main UI thread