From adaa061690dbf974ca38652b8060dd420ef15e15 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Tue, 19 Nov 2019 10:32:38 +1300 Subject: [PATCH] Replace "AvatarIsland" with "DomainName" in AddressManager JSDoc --- libraries/networking/src/AddressManager.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/networking/src/AddressManager.h b/libraries/networking/src/AddressManager.h index 31bda960ec..7a67371ab5 100644 --- a/libraries/networking/src/AddressManager.h +++ b/libraries/networking/src/AddressManager.h @@ -49,10 +49,10 @@ const QString GET_PLACE = "/api/v1/places/%1"; * @property {Uuid} domainID - A UUID uniquely identifying the domain you're visiting. Is {@link Uuid(0)|Uuid.NULL} if you're not * connected to the domain or are in a serverless domain. * Read-only. - * @property {string} hostname - The name of the domain for your current metaverse address (e.g., "AvatarIsland", + * @property {string} hostname - The name of the domain for your current metaverse address (e.g., "DomainName", * localhost, or an IP address). Is blank if you're in a serverless domain. * Read-only. - * @property {string} href - Your current metaverse address (e.g., "hifi://avatarisland/15,-10,26/0,0,0,1") + * @property {string} href - Your current metaverse address (e.g., "hifi://domainname/15,-10,26/0,0,0,1") * regardless of whether or not you're connected to the domain. Starts with "file:///" if you're in a * serverless domain. * Read-only. @@ -62,7 +62,7 @@ const QString GET_PLACE = "/api/v1/places/%1"; * (e.g., "/15,-10,26/0,0,0,1"). * Read-only. * @property {string} placename - The place name in your current href metaverse address - * (e.g., "AvatarIsland"). Is blank if your hostname is an IP address. + * (e.g., "DomainName"). Is blank if your hostname is an IP address. * Read-only. * @property {string} protocol - The protocol of your current href metaverse address (e.g., "hifi"). * Read-only.