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:
shikhman 2017-02-07 13:18:34 -08:00 committed by Ben McIlwain
parent fb10005cba
commit 0916219c3e

View file

@ -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;
/** /**