diff --git a/javatests/google/registry/reporting/IcannHttpReporterTest.java b/javatests/google/registry/reporting/IcannHttpReporterTest.java index 8cbbed41f..9ef23202f 100644 --- a/javatests/google/registry/reporting/IcannHttpReporterTest.java +++ b/javatests/google/registry/reporting/IcannHttpReporterTest.java @@ -48,7 +48,7 @@ public class IcannHttpReporterTest { private MockLowLevelHttpRequest mockRequest; - private MockHttpTransport createMockTransport (ByteSource iirdeaResponse) { + private MockHttpTransport createMockTransport (final ByteSource iirdeaResponse) { return new MockHttpTransport() { @Override public LowLevelHttpRequest buildRequest(String method, String url) throws IOException {