From 12e90b0f061e94449c10c17536feb43cca9875d1 Mon Sep 17 00:00:00 2001 From: Jason Dobry Date: Tue, 27 Feb 2018 21:00:51 -0800 Subject: [PATCH] Fix one more 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. */