mirror of
https://github.com/google/nomulus
synced 2026-01-04 04:04:22 +00: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:
@@ -14,7 +14,7 @@
|
||||
|
||||
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.math.IntMath.pow;
|
||||
import static google.registry.util.PredicateUtils.supertypeOf;
|
||||
|
||||
Reference in New Issue
Block a user