mirror of
https://github.com/google/nomulus.git
synced 2025-07-25 20:18:34 +02:00
Use the original class name, not the App Engine-repackaged one
(Usually the latter is because an IDE chose the repackaged name without the developer noticing.) Tested: TAP --sample for global presubmit queue [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=146121772
This commit is contained in:
parent
ecbe2662ac
commit
a0d6a81276
1 changed files with 1 additions and 1 deletions
|
@ -17,10 +17,10 @@ package google.registry.rde.imports;
|
|||
import static com.google.common.truth.Truth.assertThat;
|
||||
import static google.registry.testing.DatastoreHelper.createTld;
|
||||
|
||||
import com.google.appengine.repackaged.com.google.common.net.InetAddresses;
|
||||
import com.google.common.base.Joiner;
|
||||
import com.google.common.collect.ImmutableList;
|
||||
import com.google.common.io.ByteSource;
|
||||
import com.google.common.net.InetAddresses;
|
||||
import google.registry.model.eppcommon.StatusValue;
|
||||
import google.registry.model.host.HostResource;
|
||||
import google.registry.testing.AppEngineRule;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue