Skip to content

Commit

Permalink
Manually merged, Closing android-async-http#468
Browse files Browse the repository at this point in the history
  • Loading branch information
smarek committed Mar 20, 2014
1 parent 4797ba8 commit 16457fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
/**
* Internal class, representing the HttpRequest, done in asynchronous manner
*/
class AsyncHttpRequest implements Runnable {
public class AsyncHttpRequest implements Runnable {
private final AbstractHttpClient client;
private final HttpContext context;
private final HttpUriRequest request;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* A Handle to an AsyncRequest which can be used to cancel a running request.
*/
class RequestHandle {
public class RequestHandle {
private final WeakReference<AsyncHttpRequest> request;

public RequestHandle(AsyncHttpRequest request) {
Expand Down

0 comments on commit 16457fd

Please sign in to comment.