From 2b8bf25cb0c23672fbb8e1c30ad558a95713ce59 Mon Sep 17 00:00:00 2001 From: Poison Date: Fri, 13 Jan 2023 02:36:13 +0800 Subject: [PATCH] Fix typo (#2654) --- .../cloud/gateway/support/ServerWebExchangeUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-gateway-server/src/main/java/org/springframework/cloud/gateway/support/ServerWebExchangeUtils.java b/spring-cloud-gateway-server/src/main/java/org/springframework/cloud/gateway/support/ServerWebExchangeUtils.java index 57a041b4..6094c933 100644 --- a/spring-cloud-gateway-server/src/main/java/org/springframework/cloud/gateway/support/ServerWebExchangeUtils.java +++ b/spring-cloud-gateway-server/src/main/java/org/springframework/cloud/gateway/support/ServerWebExchangeUtils.java @@ -328,7 +328,7 @@ public final class ServerWebExchangeUtils { /** * Caches the request body in a ServerWebExchange attributes. The attribute is * {@link #CACHED_REQUEST_BODY_ATTR}. This method is useful when the - * {@link ServerWebExchange} can be mutated, such as a {@link GatewayFilterFactory}/ + * {@link ServerWebExchange} can be mutated, such as a {@link GatewayFilterFactory}. * @param exchange the available ServerWebExchange. * @param function a function that accepts the created ServerHttpRequestDecorator. * @param generic type for the return {@link Mono}.