We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bafcfe9 commit e932de5Copy full SHA for e932de5
iot/api-client/manager/src/main/java/com/example/cloud/iot/examples/DeviceRegistryExample.java
@@ -85,7 +85,7 @@
85
* <code>
86
* $ mvn clean compile assembly:single
87
* $ mvn exec:java \
88
- * -Dexec.mainClass="com.google.cloud.iot.examples.DeviceRegistryExample" \
+ * -Dexec.mainClass="com.example.cloud.iot.examples.DeviceRegistryExample" \
89
* -Dexec.args="-project_id=my-project-id \
90
* -pubsub_topic=projects/my-project-id/topics/my-topic-id \
91
* -ec_public_key_file=/path/to/ec_public.pem \
0 commit comments