未验证 提交 c2b44bd3 编写于 作者: J Jake Wharton 提交者: GitHub

Merge pull request #2591 from vibinr/querymap-docfix

Fix inconsistent example in QueryMap's javadoc.
......@@ -46,7 +46,7 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME;
* Call<ResponseBody> friends(@QueryMap(encoded=true) Map<String, String> filters);
* </code></pre>
* Calling with {@code foo.list(ImmutableMap.of("group", "coworker+bowling"))} yields
* {@code /search?group=coworker+bowling}.
* {@code /friends?group=coworker+bowling}.
* <p>
* A {@code null} value for the map, as a key, or as a value is not allowed.
*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册