Skip to content

Commit 3b724c7

Browse files
committed
Polish
See gh-23884
1 parent 9f00eb6 commit 3b724c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-web/src/main/java/org/springframework/http/codec/CodecConfigurer.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,10 @@ interface DefaultCodecs {
154154
* <p>By default this is not set, in which case individual codec defaults
155155
* apply. All codecs are limited to 256K by default.
156156
* @param byteCount the max number of bytes to buffer, or -1 for unlimited
157-
* @sine 5.1.11
157+
* @since 5.1.11
158158
*/
159159
void maxInMemorySize(int byteCount);
160+
160161
/**
161162
* Whether to log form data at DEBUG level, and headers at TRACE level.
162163
* Both may contain sensitive information.

0 commit comments

Comments
 (0)