Skip to content

Commit dfd4bd9

Browse files
committed
reword doc comments
1 parent 26880ac commit dfd4bd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public void put(String key, InputStream stream) {
105105
}
106106

107107
/**
108-
* Adds a file to the request.
108+
* Adds an input stream to the request.
109109
* @param key the key name for the new param.
110110
* @param stream the input stream to add.
111111
* @param fileName the name of the file.
@@ -115,7 +115,7 @@ public void put(String key, InputStream stream, String fileName) {
115115
}
116116

117117
/**
118-
* Adds a file to the request.
118+
* Adds an input stream to the request.
119119
* @param key the key name for the new param.
120120
* @param stream the input stream to add.
121121
* @param fileName the name of the file.

0 commit comments

Comments
 (0)