We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 152cf24 commit f422ec8Copy full SHA for f422ec8
src/com/loopj/android/http/RequestParams.java
@@ -223,7 +223,7 @@ private void init(){
223
fileParams = new ConcurrentHashMap<String, FileWrapper>();
224
}
225
226
- private List<BasicNameValuePair> getParamsList() {
+ protected List<BasicNameValuePair> getParamsList() {
227
List<BasicNameValuePair> lparams = new LinkedList<BasicNameValuePair>();
228
229
for(ConcurrentHashMap.Entry<String, String> entry : urlParams.entrySet()) {
0 commit comments