mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Polish
See gh-31930
This commit is contained in:
committed by
Stéphane Nicoll
parent
fdb454b9a4
commit
ff8097d37c
+1
-1
@@ -56,7 +56,7 @@ import org.springframework.util.FastByteArrayOutputStream;
|
||||
*/
|
||||
public class ContentCachingRequestWrapper extends HttpServletRequestWrapper {
|
||||
|
||||
private FastByteArrayOutputStream cachedContent;
|
||||
private final FastByteArrayOutputStream cachedContent;
|
||||
|
||||
@Nullable
|
||||
private final Integer contentCacheLimit;
|
||||
|
||||
Reference in New Issue
Block a user