mirror of
https://github.com/google/nomulus.git
synced 2025-07-20 01:35:59 +02: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:
parent
4130a8a75e
commit
aed4f56112
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue