mirror of
https://github.com/google/nomulus
synced 2026-09-05 15:46:55 +00:00
Convert entire project to strict lexicographical import sort ordering
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=127234970
This commit is contained in:
@@ -21,13 +21,10 @@ import static java.util.Collections.unmodifiableMap;
|
||||
|
||||
import com.google.common.base.Throwables;
|
||||
import com.google.common.net.MediaType;
|
||||
|
||||
import google.registry.request.Response;
|
||||
|
||||
import org.joda.time.DateTime;
|
||||
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
import org.joda.time.DateTime;
|
||||
|
||||
/** Fake implementation of {@link Response} for testing. */
|
||||
public final class FakeResponse implements Response {
|
||||
|
||||
Reference in New Issue
Block a user