Skip to content

Commit d952527

Browse files
committed
doc
1 parent 5f0063a commit d952527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/loopj/android/http/RequestParams.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public void put(String key, ArrayList<String> values) {
145145
/**
146146
* Adds value to param which can have more than one value.
147147
* @param key the key name for the param, either existing or new.
148-
* @param value
148+
* @param value the value string for the new param.
149149
*/
150150
public void add(String key, String value) {
151151
if(key != null && value != null) {

0 commit comments

Comments
 (0)