From 0916219c3e8ad27a69555f002088aa33a1c29ce3 Mon Sep 17 00:00:00 2001 From: shikhman Date: Tue, 7 Feb 2017 13:18:34 -0800 Subject: [PATCH] Fix javadoc placement The prior placement was error prone. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=146825173 --- java/google/registry/model/registry/Registry.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/google/registry/model/registry/Registry.java b/java/google/registry/model/registry/Registry.java index 442a170ac..183735f72 100644 --- a/java/google/registry/model/registry/Registry.java +++ b/java/google/registry/model/registry/Registry.java @@ -79,11 +79,11 @@ public class Registry extends ImmutableObject implements Buildable { @Parent Key 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; /**