提交 4b46e0cb 编写于 作者: J Jake Wharton

Merge pull request #653 from timehop/fix-parseresponsetype-javadoc

Remove incorrect documentation for parseResponseType()
......@@ -235,7 +235,7 @@ final class RestMethodInfo {
return headerList;
}
/** Loads {@link #responseObjectType}. Returns {@code true} if method is synchronous. */
/** Loads {@link #responseObjectType}. */
private ResponseType parseResponseType() {
// Synchronous methods have a non-void return type.
// Observable methods have a return type of Observable.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册