修复文档参数名错误

This commit is contained in:
runphp
2022-02-11 06:00:57 +00:00
committed by Gitee
parent 27d46fc0a4
commit 8541ca99af

View File

@@ -108,7 +108,7 @@ public class XssFilter implements GlobalFilter, Ordered
/** /**
* 是否是Json请求 * 是否是Json请求
* *
* @param request * @param exchange HTTP请求
*/ */
public boolean isJsonRequest(ServerWebExchange exchange) public boolean isJsonRequest(ServerWebExchange exchange)
{ {