From d38e29fd5e69d29ee9ad17038bbe43c265e9dd0f Mon Sep 17 00:00:00 2001 From: brndn Date: Thu, 8 Feb 2018 13:26:41 -0800 Subject: [PATCH] Rename Soy map to legacy_object_map (first step of migration) See []for more information Created with the tools in [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=185042097 --- java/google/registry/tools/soy/RemoveIpAddress.soy | 2 +- java/google/registry/ui/soy/registrar/Domain.soy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/java/google/registry/tools/soy/RemoveIpAddress.soy b/java/google/registry/tools/soy/RemoveIpAddress.soy index 572008fa7..252097371 100644 --- a/java/google/registry/tools/soy/RemoveIpAddress.soy +++ b/java/google/registry/tools/soy/RemoveIpAddress.soy @@ -19,7 +19,7 @@ */ {template .remove_ip_address stricthtml="false"} {@param name: string} -{@param ipAddresses: list>} +{@param ipAddresses: list>} {@param requestedByRegistrar: string} diff --git a/java/google/registry/ui/soy/registrar/Domain.soy b/java/google/registry/ui/soy/registrar/Domain.soy index 636bfcefa..57c27ce63 100644 --- a/java/google/registry/ui/soy/registrar/Domain.soy +++ b/java/google/registry/ui/soy/registrar/Domain.soy @@ -163,7 +163,7 @@ /** Renders an input form row for a specific type of contact. */ {template .showContact_ visibility="private"} - {@param contacts: list>} /** List of EPP domain:contacts. */ + {@param contacts: list>} /** List of EPP domain:contacts. */ {@param type: string} /** Type of contact (e.g. admin, tech) */ {for $contact in $contacts} {if $type == $contact['@type']}