commit | d8815bf9660b6655696db242b8ad2801e866c036 | [log] [tgz] |
---|---|---|
author | Edwin Kempin <ekempin@google.com> | Tue Jan 11 15:22:52 2022 +0100 |
committer | Edwin Kempin <ekempin@google.com> | Tue Jan 11 15:24:27 2022 +0100 |
tree | 32afca925817194e772a104df57b551380ae215c | |
parent | 7830135fd85ff9de10a8ca1f2e6112af59fca15f [diff] |
Remove redundant type arguments In Java 11 type arguments for anonymous subclasses can be inferred and don't need to be specified. This resolves a number of compiler warnings. This is Java 8 incompatible change, but that's fine because Gerrit core also removed redundant type arguments (see change If9ebda63f). Signed-off-by: Edwin Kempin <ekempin@google.com> Change-Id: I5602f5028024606f279366b4d9ec4db698927996