Fix ContentCachingResponseWrapper comment typo
This commit is contained in:
committed by
Rossen Stoyanchev
parent
5e5d8e4a23
commit
80c4e6bb95
@@ -117,7 +117,7 @@ public class ContentCachingResponseWrapper extends HttpServletResponseWrapper {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void flushBuffer() throws IOException {
|
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
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user