mirror of
https://github.com/google/nomulus.git
synced 2025-05-15 08:57:12 +02:00
Remove redemptionHistoryEntry from LrpToken index
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=134570879
This commit is contained in:
parent
51f5c8bcfe
commit
36249021ac
2 changed files with 1 additions and 2 deletions
|
@ -55,7 +55,6 @@ public class LrpToken extends BackupGroupRoot implements Buildable {
|
||||||
* The key of the history entry for which the token was used. Given LRP is a domain application
|
* The key of the history entry for which the token was used. Given LRP is a domain application
|
||||||
* phase, this should always be a {@link Type#DOMAIN_APPLICATION_CREATE}.
|
* phase, this should always be a {@link Type#DOMAIN_APPLICATION_CREATE}.
|
||||||
*/
|
*/
|
||||||
@Index
|
|
||||||
Key<HistoryEntry> redemptionHistoryEntry;
|
Key<HistoryEntry> redemptionHistoryEntry;
|
||||||
|
|
||||||
public String getToken() {
|
public String getToken() {
|
||||||
|
|
|
@ -86,6 +86,6 @@ public class LrpTokenTest extends EntityTestCase {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testIndexing() throws Exception {
|
public void testIndexing() throws Exception {
|
||||||
verifyIndexing(redeemedToken, "assignee", "token", "redemptionHistoryEntry");
|
verifyIndexing(redeemedToken, "assignee", "token");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue