Updates javadoc comment

This commit is contained in:
sgibb
2023-07-14 03:53:58 -04:00
parent fb1fdbabc2
commit 34f65539d3

View File

@@ -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");