Skip to content

Commit 0f2efdb

Browse files
committed
Polish
See gh-23884
1 parent feeeab1 commit 0f2efdb

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
@@ -155,9 +155,10 @@ interface DefaultCodecs {
155155
* apply. In 5.1 most codecs are not limited except {@code FormHttpMessageReader}
156156
* which is limited to 256K. In 5.2 all codecs are limited to 256K by default.
157157
* @param byteCount the max number of bytes to buffer, or -1 for unlimited
158-
* @sine 5.1.11
158+
* @since 5.1.11
159159
*/
160160
void maxInMemorySize(int byteCount);
161+
161162
/**
162163
* Whether to log form data at DEBUG level, and headers at TRACE level.
163164
* Both may contain sensitive information.

0 commit comments

Comments
 (0)