mirror of
https://github.com/google/nomulus
synced 2026-01-09 23:47:49 +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 MockHttpTransport createMockTransport (ByteSource iirdeaResponse) {
|
||||
private MockHttpTransport createMockTransport (final ByteSource iirdeaResponse) {
|
||||
return new MockHttpTransport() {
|
||||
@Override
|
||||
public LowLevelHttpRequest buildRequest(String method, String url) throws IOException {
|
||||
|
||||
Reference in New Issue
Block a user