Skip to content

Commit a3d1402

Browse files
committed
Open up data structure to child classes
1 parent 2168f7c commit a3d1402

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
@@ -32,7 +32,7 @@
3232
public class RequestParams {
3333
private static String ENCODING = "UTF-8";
3434

35-
private ConcurrentHashMap<String,String> urlParams;
35+
protected ConcurrentHashMap<String,String> urlParams;
3636

3737
public RequestParams() {
3838
init();

0 commit comments

Comments
 (0)