From 34f65539d32c741377f3c5a78a620edcff990fb4 Mon Sep 17 00:00:00 2001 From: sgibb Date: Fri, 14 Jul 2023 03:53:58 -0400 Subject: [PATCH] Updates javadoc comment --- .../cloud/gateway/server/mvc/common/MvcUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-gateway-server-mvc/src/main/java/org/springframework/cloud/gateway/server/mvc/common/MvcUtils.java b/spring-cloud-gateway-server-mvc/src/main/java/org/springframework/cloud/gateway/server/mvc/common/MvcUtils.java index ec5fd283..11c764d8 100644 --- a/spring-cloud-gateway-server-mvc/src/main/java/org/springframework/cloud/gateway/server/mvc/common/MvcUtils.java +++ b/spring-cloud-gateway-server-mvc/src/main/java/org/springframework/cloud/gateway/server/mvc/common/MvcUtils.java @@ -45,7 +45,7 @@ import static org.springframework.web.servlet.function.RouterFunctions.URI_TEMPL public abstract class MvcUtils { /** - * Cached request body key. + * Cached raw request body key. */ public static final String CACHED_REQUEST_BODY_ATTR = qualify("cachedRequestBody");