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:
larryruili
2017-07-10 11:30:35 -04:00
committed by Ben McIlwain
parent 4130a8a75e
commit aed4f56112
@@ -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 {