mirror of
https://github.com/google/nomulus
synced 2026-09-20 15:04:24 +00:00
Make variable used by nested class final for Java 7 compatibility
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=160450749
This commit is contained in:
@@ -48,7 +48,7 @@ public class IcannHttpReporterTest {
|
|||||||
|
|
||||||
private MockLowLevelHttpRequest mockRequest;
|
private MockLowLevelHttpRequest mockRequest;
|
||||||
|
|
||||||
private MockHttpTransport createMockTransport (ByteSource iirdeaResponse) {
|
private MockHttpTransport createMockTransport (final ByteSource iirdeaResponse) {
|
||||||
return new MockHttpTransport() {
|
return new MockHttpTransport() {
|
||||||
@Override
|
@Override
|
||||||
public LowLevelHttpRequest buildRequest(String method, String url) throws IOException {
|
public LowLevelHttpRequest buildRequest(String method, String url) throws IOException {
|
||||||
|
|||||||
Reference in New Issue
Block a user