gerrit/gerrit-extension-api
David Pursehouse 41abb376ca Enable and fix Eclipse warnings about redundant type arguments
Since Java 7 it is possible to replace the type arguments required to
invoke the constructor of a generic class with an empty set of type
parameters (<>) as long as the compiler can infer the type arguments
from the context [1].

Enable the Eclipse warning about redundant type arguments, and remove
the ones it warns about.

[1] http://goo.gl/SG21kM

Change-Id: I422882949a6a6a57391580d881f73120b2843a0e
2014-10-31 08:27:01 +00:00
..
src/main/java/com/google/gerrit/extensions Enable and fix Eclipse warnings about redundant type arguments 2014-10-31 08:27:01 +00:00
BUCK Allow to create javadocs for multiple packages 2014-10-22 01:28:59 +02:00
pom.xml Bump version to 2.11-SNAPSHOT 2014-07-23 12:05:35 +09:00