Skip to content

Commit

Permalink
Expose getParamsList
Browse files Browse the repository at this point in the history
  • Loading branch information
loopj committed Jun 7, 2011
1 parent 152cf24 commit f422ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/loopj/android/http/RequestParams.java
Expand Up @@ -223,7 +223,7 @@ private void init(){
fileParams = new ConcurrentHashMap<String, FileWrapper>();
}

private List<BasicNameValuePair> getParamsList() {
protected List<BasicNameValuePair> getParamsList() {
List<BasicNameValuePair> lparams = new LinkedList<BasicNameValuePair>();

for(ConcurrentHashMap.Entry<String, String> entry : urlParams.entrySet()) {
Expand Down

0 comments on commit f422ec8

Please sign in to comment.