Skip to content

Commit aeda576

Browse files
Update CHANGELOG.md
1 parent 3c3ca49 commit aeda576

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ All notable changes to this project will be documented in this file.
1717
- Adding a query parameter goes from:
1818

1919
```java
20-
Map<String,String> queryParams = new HashMap<String, String>(); + request.addQueryParam("limit", "1");
20+
Map<String,String> queryParams = new HashMap<String, String>();
21+
request.addQueryParam("limit", "1");
2122
queryParams.put("limit", "1");
2223
request.queryParams = queryParams;
2324
```

0 commit comments

Comments
 (0)