mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 04:09:04 +00:00
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1651 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
-4
@@ -155,10 +155,6 @@ public class ShallowEtagHeaderFilter extends OncePerRequestFilter {
|
||||
|
||||
private class ResponsePrintWriter extends PrintWriter {
|
||||
|
||||
private ResponsePrintWriter() {
|
||||
super(new OutputStreamWriter(content));
|
||||
}
|
||||
|
||||
private ResponsePrintWriter(String characterEncoding) throws UnsupportedEncodingException {
|
||||
super(new OutputStreamWriter(content, characterEncoding));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user