mirror of
https://github.com/google/nomulus.git
synced 2025-06-09 22:14:45 +02: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:
parent
44df5da771
commit
5edb7935ed
190 changed files with 2312 additions and 3096 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue