mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 07:57:13 +02: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:
parent
fb10005cba
commit
0916219c3e
1 changed files with 1 additions and 1 deletions
|
@ -79,11 +79,11 @@ public class Registry extends ImmutableObject implements Buildable {
|
||||||
@Parent
|
@Parent
|
||||||
Key<EntityGroupRoot> parent = getCrossTldKey();
|
Key<EntityGroupRoot> parent = getCrossTldKey();
|
||||||
|
|
||||||
@Id
|
|
||||||
/**
|
/**
|
||||||
* The canonical string representation of the TLD associated with this {@link Registry}, which
|
* 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.
|
* is the standard ASCII for regular TLDs and punycoded ASCII for IDN TLDs.
|
||||||
*/
|
*/
|
||||||
|
@Id
|
||||||
String tldStrId;
|
String tldStrId;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue