Skip to content

Commit af805e6

Browse files
peihedavorbonaci
authored andcommitted
fix the typos in the Traffic example java docs.
----Release Notes---- [] ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=90852578
1 parent 9204a43 commit af805e6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

examples/src/main/java/com/google/cloud/dataflow/examples/TrafficMaxLaneFlow.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
*
7171
* <p> In streaming mode, the pipeline reads the data from a Pub/Sub topic.
7272
* By default, the example will run a separate pipeline to inject the data from the default
73-
* {@literal --inputFile} to the Pub/Sub {@literal --inputTopic}. It will make it available for
73+
* {@literal --inputFile} to the Pub/Sub {@literal --pubsubTopic}. It will make it available for
7474
* the streaming pipeline to process. You may override the default {@literal --inputFile} with the
7575
* file of your choosing. You may also set {@literal --inputFile} to an empty string, which will
7676
* disable the automatic Pub/Sub injection, and allow you to use separate tool to control the input
@@ -80,7 +80,7 @@
8080
*
8181
* <p> The example is configured to use the default Pub/Sub topic and the default BigQuery table
8282
* from the example common package (there is no defaults for a general Dataflow pipeline).
83-
* You can override them by using the {@literal --inputTopic}, {@literal --bigQueryDataset}, and
83+
* You can override them by using the {@literal --pubsubTopic}, {@literal --bigQueryDataset}, and
8484
* {@literal --bigQueryTable} options. If the Pub/Sub topic or the BigQuery table do not exist,
8585
* the example will try to create them.
8686
*

examples/src/main/java/com/google/cloud/dataflow/examples/TrafficRoutes.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
*
7676
* <p> In streaming mode, the pipeline reads the data from a Pub/Sub topic.
7777
* By default, the example will run a separate pipeline to inject the data from the default
78-
* {@literal --inputFile} to the Pub/Sub {@literal --inputTopic}. It will make it available for
78+
* {@literal --inputFile} to the Pub/Sub {@literal --pubsubTopic}. It will make it available for
7979
* the streaming pipeline to process. You may override the default {@literal --inputFile} with the
8080
* file of your choosing. You may also set {@literal --inputFile} to an empty string, which will
8181
* disable the automatic Pub/Sub injection, and allow you to use separate tool to control the input
@@ -85,7 +85,7 @@
8585
*
8686
* <p> The example is configured to use the default Pub/Sub topic and the default BigQuery table
8787
* from the example common package (there is no defaults for a general Dataflow pipeline).
88-
* You can override them by using the {@literal --inputTopic}, {@literal --bigQueryDataset}, and
88+
* You can override them by using the {@literal --pubsubTopic}, {@literal --bigQueryDataset}, and
8989
* {@literal --bigQueryTable} options. If the Pub/Sub topic or the BigQuery table do not exist,
9090
* the example will try to create them.
9191
*

0 commit comments

Comments
 (0)