1
0
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:
jianglai
2017-09-14 11:43:38 -07:00
parent d73ef66352
commit ccb0bf5af0

View File

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