| commit | 9e7b0a086b3e4d56a3a9407d21b6648c650b8809 | [log] [tgz] |
|---|---|---|
| author | David Ostrovsky <david@ostrovsky.org> | Thu May 21 15:10:10 2020 +0200 |
| committer | David Pursehouse <dpursehouse@digital.ai> | Thu May 21 14:31:17 2020 +0000 |
| tree | d5a25b5d64e67362a9ab95670c52d03a030c8e8f | |
| parent | 93d8e1248478c6b2db0a8c1080f2766406dd213d [diff] |
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
Gerrit web-based plugin manager.
To enable this plugin, please look at the configuration guide