mirror of
https://github.com/google/nomulus
synced 2026-01-08 15:21:46 +00:00
Fix javadoc placement
The prior placement was error prone. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=146825173
This commit is contained in:
@@ -79,11 +79,11 @@ public class Registry extends ImmutableObject implements Buildable {
|
||||
@Parent
|
||||
Key<EntityGroupRoot> parent = getCrossTldKey();
|
||||
|
||||
@Id
|
||||
/**
|
||||
* The canonical string representation of the TLD associated with this {@link Registry}, which
|
||||
* is the standard ASCII for regular TLDs and punycoded ASCII for IDN TLDs.
|
||||
*/
|
||||
@Id
|
||||
String tldStrId;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user