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-14 01:37:03 -04:00
committed by jianglai
parent 35110927d6
commit df5d9957f7
12 changed files with 19 additions and 19 deletions
@@ -29,8 +29,8 @@ import com.google.common.net.InternetDomainName;
import com.googlecode.objectify.Key;
import google.registry.flows.EppException;
import google.registry.flows.domain.token.AllocationTokenFlowUtils.InvalidAllocationTokenException;
import google.registry.model.domain.AllocationToken;
import google.registry.model.domain.DomainCommand;
import google.registry.model.domain.token.AllocationToken;
import google.registry.model.registry.Registry;
import google.registry.model.reporting.HistoryEntry;
import google.registry.testing.AppEngineRule;