fix comment

This commit is contained in:
Looly 2022-09-08 02:23:32 +08:00
parent 63028906b9
commit c8fef0dc69

View File

@ -1022,6 +1022,7 @@ public class HttpRequest extends HttpBase<HttpRequest> {
* *
* @param <T> 结果类型 * @param <T> 结果类型
* @param function 响应内容处理函数 * @param function 响应内容处理函数
* @return 结果值
* @since 5.8.5 * @since 5.8.5
*/ */
public <T> T thenFunction(final Function<HttpResponse, T> function) { public <T> T thenFunction(final Function<HttpResponse, T> function) {