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 7aaf159 commit 1f9f86dCopy full SHA for 1f9f86d
library/src/main/java/com/loopj/android/http/RequestParams.java
@@ -332,7 +332,7 @@ public void remove(String key) {
332
* @param key the key name for the parameter to check existence.
333
* @return Boolean
334
*/
335
- public Boolean has(String key) {
+ public boolean has(String key) {
336
return urlParams.get(key) != null ||
337
streamParams.get(key) != null ||
338
fileParams.get(key) != null ||
0 commit comments