mirror of
https://github.com/google/nomulus
synced 2026-09-18 22:14:23 +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:
@@ -37,7 +37,7 @@ import google.registry.testing.AppEngineRule;
|
||||
import google.registry.testing.FakeClock;
|
||||
import google.registry.testing.FakeResponse;
|
||||
import google.registry.testing.InjectRule;
|
||||
|
||||
import java.io.StringReader;
|
||||
import org.joda.time.DateTime;
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
@@ -46,8 +46,6 @@ import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.junit.runners.JUnit4;
|
||||
|
||||
import java.io.StringReader;
|
||||
|
||||
/** Unit tests for {@link WhoisServer}. */
|
||||
@RunWith(JUnit4.class)
|
||||
public class WhoisServerTest {
|
||||
|
||||
Reference in New Issue
Block a user