Skip to content

Commit 61e6922

Browse files
committed
T, T2
1 parent 5218080 commit 61e6922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/main/java/com/codepath/asynchttpclient/RequestParams.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
import java.util.HashMap;
44

5-
public class RequestParams extends HashMap<String, String> {
5+
public class RequestParams<T, T2> extends HashMap<T, T2> {
66

77
}

0 commit comments

Comments
 (0)