Files
gerrit/java/com/google
Dave Borowitz 3a6613bd5d InternalQuery: Cast setter return types to specific subtype
This avoids the need to override methods in the subclasses just to
return a more specific type. Use a single self() method to avoid
repeating @SuppressWarnings("unchecked").

Change-Id: I0f5ef38e5c66c7cff02be7489faa4e3c0f43a82b
2019-01-08 09:07:12 -08:00
..