mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 16:07:15 +02:00
Change import to reference canonical implementation of checkArgument
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=125984267
This commit is contained in:
parent
a47cc2a85c
commit
9eeb0c43a1
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
package google.registry.util;
|
package google.registry.util;
|
||||||
|
|
||||||
import static com.google.appengine.api.search.checkers.Preconditions.checkArgument;
|
import static com.google.common.base.Preconditions.checkArgument;
|
||||||
import static com.google.common.collect.Iterables.any;
|
import static com.google.common.collect.Iterables.any;
|
||||||
import static com.google.common.math.IntMath.pow;
|
import static com.google.common.math.IntMath.pow;
|
||||||
import static google.registry.util.PredicateUtils.supertypeOf;
|
import static google.registry.util.PredicateUtils.supertypeOf;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue