mirror of
https://github.com/google/nomulus.git
synced 2025-05-28 16:30:12 +02:00
Handle LRP tokens in flows
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=130679951
This commit is contained in:
parent
5ff8b9377c
commit
1894b2308b
9 changed files with 256 additions and 5 deletions
|
@ -40,8 +40,8 @@ public class LrpToken extends BackupGroupRoot implements Buildable {
|
|||
String token;
|
||||
|
||||
/**
|
||||
* The token's assignee (additional metadata for identifying the owner of the token, which may
|
||||
* vary from TLD to TLD).
|
||||
* The token's assignee (additional metadata for identifying the owner of the token, the details
|
||||
* of which might differ from TLD to TLD).
|
||||
*/
|
||||
@Index
|
||||
String assignee;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue