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}.