From 4a6f2bc09096d4f985c78efe51ffba5acdcd1f30 Mon Sep 17 00:00:00 2001 From: Jason Dobry Date: Wed, 28 Feb 2018 11:06:30 -0800 Subject: [PATCH] Fix an IoT region tag. --- .../com/example/cloud/iot/examples/DeviceRegistryExample.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iot/api-client/manager/src/main/java/com/example/cloud/iot/examples/DeviceRegistryExample.java b/iot/api-client/manager/src/main/java/com/example/cloud/iot/examples/DeviceRegistryExample.java index 32b8362822b..9018359049e 100644 --- a/iot/api-client/manager/src/main/java/com/example/cloud/iot/examples/DeviceRegistryExample.java +++ b/iot/api-client/manager/src/main/java/com/example/cloud/iot/examples/DeviceRegistryExample.java @@ -414,7 +414,7 @@ public static DeviceRegistry getRegistry( } // [END iot_get_registry] - // [START iot_get_device_config] + // [START iot_get_device_configs] /** List all of the configs for the given device. */ public static void listDeviceConfigs( String deviceId, String projectId, String cloudRegion, String registryName) @@ -448,7 +448,7 @@ public static void listDeviceConfigs( System.out.println(); } } - // [END iot_get_device_config] + // [END iot_get_device_configs] // [START iot_list_registries] /** Lists all of the registries associated with the given project. */