Skip to content

Commit fd33d12

Browse files
jmdobrykurtisvg
authored andcommitted
Fix an IoT region tag. (#1044)
1 parent a58c68f commit fd33d12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

iot/api-client/manager/src/main/java/com/example/cloud/iot/examples/DeviceRegistryExample.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ public static DeviceRegistry getRegistry(
414414
}
415415
// [END iot_get_registry]
416416

417-
// [START iot_get_device_config]
417+
// [START iot_get_device_configs]
418418
/** List all of the configs for the given device. */
419419
public static void listDeviceConfigs(
420420
String deviceId, String projectId, String cloudRegion, String registryName)
@@ -448,7 +448,7 @@ public static void listDeviceConfigs(
448448
System.out.println();
449449
}
450450
}
451-
// [END iot_get_device_config]
451+
// [END iot_get_device_configs]
452452

453453
// [START iot_list_registries]
454454
/** Lists all of the registries associated with the given project. */

0 commit comments

Comments
 (0)