mirror of
https://github.com/google/nomulus
synced 2026-01-06 21:47:31 +00: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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user