Skip to content

Commit 8528937

Browse files
committed
fixing imports rearranged by mistake
1 parent a4ea2c1 commit 8528937

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/com/loopj/android/http/AsyncHttpResponseHandler.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
import org.apache.http.HttpResponse;
2525
import org.apache.http.StatusLine;
2626
import org.apache.http.entity.BufferedHttpEntity;
27+
import org.apache.http.util.EntityUtils;
2728

2829
import android.os.Handler;
2930
import android.os.Message;
3031
import android.os.Looper;
31-
import org.apache.http.util.EntityUtils;
3232

3333
/**
3434
* Used to intercept and handle the responses from requests made using
@@ -212,4 +212,4 @@ void sendResponseMessage(HttpResponse response) {
212212
sendSuccessMessage(responseBody);
213213
}
214214
}
215-
}
215+
}

0 commit comments

Comments
 (0)