mirror of
https://github.com/google/nomulus.git
synced 2025-07-17 00:06:04 +02: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:
parent
2caba95d28
commit
aa2f283f7c
1065 changed files with 893 additions and 3572 deletions
|
@ -21,7 +21,7 @@ import static java.nio.charset.StandardCharsets.UTF_8;
|
|||
|
||||
import google.registry.xjc.epp.XjcEpp;
|
||||
import google.registry.xjc.rde.XjcRdeDeposit;
|
||||
|
||||
import java.io.ByteArrayInputStream;
|
||||
import org.junit.Rule;
|
||||
import org.junit.experimental.theories.DataPoints;
|
||||
import org.junit.experimental.theories.Theories;
|
||||
|
@ -29,8 +29,6 @@ import org.junit.experimental.theories.Theory;
|
|||
import org.junit.rules.ExpectedException;
|
||||
import org.junit.runner.RunWith;
|
||||
|
||||
import java.io.ByteArrayInputStream;
|
||||
|
||||
/**
|
||||
* Unit tests that ensure {@link XjcObject} is able to unmarshal XML in {@code testdata/} and
|
||||
* ensure they conform to the XML schema definitions.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue