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:
Ben McIlwain 2016-06-27 12:16:12 -07:00
parent a47cc2a85c
commit 9eeb0c43a1

View file

@ -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;