mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-24 18:04:54 +08:00
fix comment
This commit is contained in:
parent
63028906b9
commit
c8fef0dc69
@ -1022,6 +1022,7 @@ public class HttpRequest extends HttpBase<HttpRequest> {
|
||||
*
|
||||
* @param <T> 结果类型
|
||||
* @param function 响应内容处理函数
|
||||
* @return 结果值
|
||||
* @since 5.8.5
|
||||
*/
|
||||
public <T> T thenFunction(final Function<HttpResponse, T> function) {
|
||||
|
Loading…
Reference in New Issue
Block a user