Move the AllocationToken entity to the token subpackage

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=204485366
This commit is contained in:
mcilwain 2018-07-13 09:49:28 -07:00 committed by jianglai
parent 35110927d6
commit df5d9957f7
12 changed files with 19 additions and 19 deletions

View file

@ -24,7 +24,7 @@ import com.google.appengine.tools.remoteapi.RemoteApiException;
import com.google.common.annotations.VisibleForTesting;
import com.google.common.collect.ImmutableSet;
import com.googlecode.objectify.Key;
import google.registry.model.domain.AllocationToken;
import google.registry.model.domain.token.AllocationToken;
import google.registry.tools.Command.RemoteApiCommand;
import google.registry.util.NonFinalForTesting;
import google.registry.util.Retrier;