mirror of
https://github.com/google/nomulus
synced 2026-01-09 07:33:42 +00: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:
@@ -14,8 +14,8 @@
|
||||
|
||||
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.common.base.Preconditions.checkNotNull;
|
||||
import static google.registry.util.PreconditionsUtils.checkArgumentNotNull;
|
||||
|
||||
import com.google.appengine.tools.mapreduce.Input;
|
||||
|
||||
Reference in New Issue
Block a user