mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 12:07:51 +02:00
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:
parent
84009eaccb
commit
5262cd2854
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue