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

View File

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