Skip to content
Prev Previous commit
Next Next commit
Make field constant field final
  • Loading branch information
chingor13 committed Nov 6, 2018
commit 93ab5f9bbe71050b543ddfe7f17fb3e1e15cb08f
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public void write(OutputStream outputStream, final StreamingContent content)
}
}

private static OutputWriter DEFAULT_CONNECTION_WRITER = new DefaultOutputWriter();
private static final OutputWriter DEFAULT_CONNECTION_WRITER = new DefaultOutputWriter();

@Override
public LowLevelHttpResponse execute() throws IOException {
Expand Down