Skip to content

Commit e932de5

Browse files
noerogkurtisvg
authored andcommitted
Update main class path in usage instructions. (GoogleCloudPlatform#1160)
1 parent bafcfe9 commit e932de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
* <code>
8686
* $ mvn clean compile assembly:single
8787
* $ mvn exec:java \
88-
* -Dexec.mainClass="com.google.cloud.iot.examples.DeviceRegistryExample" \
88+
* -Dexec.mainClass="com.example.cloud.iot.examples.DeviceRegistryExample" \
8989
* -Dexec.args="-project_id=my-project-id \
9090
* -pubsub_topic=projects/my-project-id/topics/my-topic-id \
9191
* -ec_public_key_file=/path/to/ec_public.pem \

0 commit comments

Comments
 (0)