mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 16:07:15 +02:00
Use real Preconditions class, not old clone from unrelated package.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=168720192
This commit is contained in:
parent
d73ef66352
commit
ccb0bf5af0
1 changed files with 1 additions and 1 deletions
|
@ -14,8 +14,8 @@
|
||||||
|
|
||||||
package google.registry.mapreduce;
|
package google.registry.mapreduce;
|
||||||
|
|
||||||
import static com.google.appengine.api.search.checkers.Preconditions.checkNotNull;
|
|
||||||
import static com.google.appengine.tools.pipeline.PipelineServiceFactory.newPipelineService;
|
import static com.google.appengine.tools.pipeline.PipelineServiceFactory.newPipelineService;
|
||||||
|
import static com.google.common.base.Preconditions.checkNotNull;
|
||||||
import static google.registry.util.PreconditionsUtils.checkArgumentNotNull;
|
import static google.registry.util.PreconditionsUtils.checkArgumentNotNull;
|
||||||
|
|
||||||
import com.google.appengine.tools.mapreduce.Input;
|
import com.google.appengine.tools.mapreduce.Input;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue