Fix RedundantOverride error flagged by error prone

Running recent error prone version complaining on that code:

XAuthFilter.java:81: error: [RedundantOverride] This overriding method
is redundant, and can be removed.
    public PrintWriter getWriter() throws IOException {
                       ^
    (see https://errorprone.info/bugpattern/RedundantOverride)
  Did you mean to remove this line?

Bug: Issue 12677
Change-Id: Ia0712501bb0aafed669f1d713ca9bbb57c81d236
1 file changed
tree: d5a25b5d64e67362a9ab95670c52d03a030c8e8f
  1. src/
  2. .gitignore
  3. BUILD
  4. LICENSE
  5. README.md
README.md

plugin-manager

Gerrit web-based plugin manager.

To enable this plugin, please look at the configuration guide