mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix ContentCachingResponseWrapper comment typo
This commit is contained in:
committed by
Rossen Stoyanchev
parent
5e5d8e4a23
commit
80c4e6bb95
+1
-1
@@ -117,7 +117,7 @@ public class ContentCachingResponseWrapper extends HttpServletResponseWrapper {
|
||||
|
||||
@Override
|
||||
public void flushBuffer() throws IOException {
|
||||
// do not flush the underlying response as the content as not been copied to it yet
|
||||
// do not flush the underlying response as the content has not been copied to it yet
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user