mirror of
https://github.com/google/nomulus
synced 2026-07-30 12:02:50 +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:
@@ -18,10 +18,8 @@ import static google.registry.util.ResourceUtils.readResourceUtf8;
|
||||
|
||||
import com.beust.jcommander.Parameter;
|
||||
import com.beust.jcommander.Parameters;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
import java.util.List;
|
||||
import org.junit.Test;
|
||||
|
||||
/** Unit tests for {@link EppToolCommand}. */
|
||||
public class EppToolCommandTest extends EppToolCommandTestCase<EppToolCommand> {
|
||||
|
||||
Reference in New Issue
Block a user