Fix RequestHandlerTest type inference errors in Nomulus build

(Caused by []

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=139206844
This commit is contained in:
mcilwain 2016-11-15 08:59:23 -08:00 committed by Ben McIlwain
parent 84009eaccb
commit 5262cd2854

View file

@ -162,7 +162,7 @@ public final class RequestHandlerTest {
@Before @Before
public void before() throws Exception { public void before() throws Exception {
// Initialize here, not inline, so that we pick up the mocked UserService. // Initialize here, not inline, so that we pick up the mocked UserService.
handler = RequestHandler.createForTest( handler = RequestHandler.<Component, Builder>createForTest(
Component.class, Component.class,
Providers.of(new Builder() { Providers.of(new Builder() {
@Override @Override