提交 e3ec1419 编写于 作者: V Vibin Reddy

Fix inconsistent example in QueryMap's javadoc.

Commit that made the example inconsistent: https://github.com/square/retrofit/commit/e4acf7bf2e84399076d62287bd373a71e75708bd#diff-4ccbb25352cc066a6dcd06e8ef5bd11a
上级 3aa1b3cf
......@@ -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.
先完成此消息的编辑!
想要评论请 注册