Skip to content

Commit

Permalink
Merge pull request twilio#6 from stephanos/patch-1
Browse files Browse the repository at this point in the history
make createConnection a protect method instead of private so it's overridable. (AppEngine).
  • Loading branch information
Daniel Palacio committed Dec 11, 2013
2 parents 769b19d + 14c420b commit 4453b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/authy/api/Resource.java
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public int getStatus() {
return status;
}

private HttpURLConnection createConnection(URL url, String method,
protected HttpURLConnection createConnection(URL url, String method,
Map<String, String> options) throws Exception {


Expand Down

0 comments on commit 4453b26

Please sign in to comment.