Skip to content

Commit

Permalink
Feedback from review
Browse files Browse the repository at this point in the history
  • Loading branch information
gguuss committed May 24, 2017
1 parent 94f2f93 commit 3fc3abd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions iot/api-client/scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ the sample to configure your topic.

The following code will run the helper script:

java -cp target/pubsub-google-cloud-samples-1.0.0-jar-with-dependencies.jar \
java -cp target/pubsub-policy-helper-1.0.0-jar-with-dependencies.jar \
com.example.pubsub.AddCloudIotService <topicName> <projectId>

For example, the following example will configure the `device-events` topic
for the `my-iot-project` project.

java -cp target/pubsub-google-cloud-samples-1.0.0-jar-with-dependencies.jar \
java -cp target/pubsub-policy-helper-1.0.0-jar-with-dependencies.jar \
com.example.pubsub.AddCloudIotService device-events my-iot-project
2 changes: 1 addition & 1 deletion iot/api-client/scripts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.example.pubsub</groupId>
<artifactId>pubsub-google-cloud-samples</artifactId>
<artifactId>pubsub-policy-helper</artifactId>
<packaging>jar</packaging>

<!-- Parent defines config for testing & linting. -->
Expand Down

0 comments on commit 3fc3abd

Please sign in to comment.