From 3b724c72b643caf795151496de7477a750a1db4a Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Wed, 30 Oct 2019 18:51:41 +0100 Subject: [PATCH] Polish See gh-23884 --- .../java/org/springframework/http/codec/CodecConfigurer.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-web/src/main/java/org/springframework/http/codec/CodecConfigurer.java b/spring-web/src/main/java/org/springframework/http/codec/CodecConfigurer.java index 7ea35b9c6a..4e1ca8bd01 100644 --- a/spring-web/src/main/java/org/springframework/http/codec/CodecConfigurer.java +++ b/spring-web/src/main/java/org/springframework/http/codec/CodecConfigurer.java @@ -154,9 +154,10 @@ public interface CodecConfigurer { *

By default this is not set, in which case individual codec defaults * apply. All codecs are limited to 256K by default. * @param byteCount the max number of bytes to buffer, or -1 for unlimited - * @sine 5.1.11 + * @since 5.1.11 */ void maxInMemorySize(int byteCount); + /** * Whether to log form data at DEBUG level, and headers at TRACE level. * Both may contain sensitive information.