mirror of
https://github.com/google/nomulus
synced 2026-09-04 23:27:11 +00:00
Run automatic Java 8 conversion over codebase
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=171174380
This commit is contained in:
@@ -80,10 +80,6 @@ public final class JsonHttpTestUtils {
|
||||
*/
|
||||
public static Supplier<Map<String, Object>> createJsonResponseSupplier(
|
||||
final StringWriter writer) {
|
||||
return memoize(new Supplier<Map<String, Object>>() {
|
||||
@Override
|
||||
public Map<String, Object> get() {
|
||||
return getJsonResponse(writer);
|
||||
}});
|
||||
return memoize(() -> getJsonResponse(writer));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user