mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 16:37:13 +02:00
Use the original class name rather than the AppEngine-repackaged name
(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=193694213
This commit is contained in:
parent
f3359a5760
commit
4151660dab
1 changed files with 1 additions and 1 deletions
|
@ -40,13 +40,13 @@ import static google.registry.util.DateTimeUtils.START_OF_TIME;
|
|||
import static org.joda.money.CurrencyUnit.EUR;
|
||||
import static org.joda.money.CurrencyUnit.USD;
|
||||
|
||||
import com.google.appengine.repackaged.com.google.common.collect.Sets;
|
||||
import com.google.common.base.Predicates;
|
||||
import com.google.common.collect.ImmutableList;
|
||||
import com.google.common.collect.ImmutableMap;
|
||||
import com.google.common.collect.ImmutableSet;
|
||||
import com.google.common.collect.ImmutableSortedMap;
|
||||
import com.google.common.collect.Iterables;
|
||||
import com.google.common.collect.Sets;
|
||||
import com.google.common.collect.Streams;
|
||||
import com.googlecode.objectify.Key;
|
||||
import google.registry.flows.EppException;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue