Browse Source

Fix ContentCachingResponseWrapper comment typo

pull/26471/head
Gediminas Rimša 5 years ago committed by Rossen Stoyanchev
parent
commit
80c4e6bb95
  1. 2
      spring-web/src/main/java/org/springframework/web/util/ContentCachingResponseWrapper.java

2
spring-web/src/main/java/org/springframework/web/util/ContentCachingResponseWrapper.java

@ -117,7 +117,7 @@ public class ContentCachingResponseWrapper extends HttpServletResponseWrapper { @@ -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

Loading…
Cancel
Save