This commit is contained in:
Arjen Poutsma 2009-07-29 09:37:34 +00:00
parent dc59ca427c
commit 9eb962d941
1 changed files with 0 additions and 4 deletions

View File

@ -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));
}