git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1651 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
8f4425e527
commit
ffb6150100
|
|
@ -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));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue