Fix ContentCachingResponseWrapper comment typo

This commit is contained in:
Gediminas Rimša
2021-01-28 17:17:10 +02:00
committed by Rossen Stoyanchev
parent 5e5d8e4a23
commit 80c4e6bb95

View File

@@ -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