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: Ifc3b3eb8b628a58b63030762c750b4846ce8b6c0
3 files changed
tree: 133599772a4894f43d78b0e7534546548bc9e698
  1. .settings/
  2. src/
  3. .gitignore
  4. .mailmap
  5. BUILD
  6. LICENSE