We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e5d8e4 commit 80c4e6bCopy full SHA for 80c4e6b
spring-web/src/main/java/org/springframework/web/util/ContentCachingResponseWrapper.java
@@ -117,7 +117,7 @@ public PrintWriter getWriter() throws IOException {
117
118
@Override
119
public void flushBuffer() throws IOException {
120
- // 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
121
}
122
123
0 commit comments