mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 16:37:13 +02:00
Break out EppResourceInput subclasses
This frankenclass was starting to get a little cluttered, especially once I add the ChildEntityInput/Reader. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=117266882
This commit is contained in:
parent
57fa57968d
commit
77dd730400
31 changed files with 876 additions and 20 deletions
|
@ -30,9 +30,9 @@ import com.google.appengine.tools.mapreduce.Mapper;
|
|||
import com.google.appengine.tools.mapreduce.inputs.DatastoreKeyInput;
|
||||
import com.google.common.base.Strings;
|
||||
import com.google.common.collect.ImmutableSet;
|
||||
import com.google.domain.registry.mapreduce.ChunkingKeyInput;
|
||||
import com.google.domain.registry.mapreduce.MapreduceAction;
|
||||
import com.google.domain.registry.mapreduce.MapreduceRunner;
|
||||
import com.google.domain.registry.mapreduce.inputs.ChunkingKeyInput;
|
||||
import com.google.domain.registry.request.Action;
|
||||
import com.google.domain.registry.request.Parameter;
|
||||
import com.google.domain.registry.request.Response;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue