Skip to content

Commit b78af57

Browse files
committed
fixed args
1 parent 2cd3ef1 commit b78af57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javav2/example_code/firehose/src/main/java/com/example/firehose/scenario/FirehoseScenario.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public static void main(String[] args) {
4242
return;
4343
}
4444

45-
String deliveryStreamName = "stream35" ; //args[0];
45+
String deliveryStreamName = args[0];
4646

4747
try {
4848
// Read and parse sample data.

0 commit comments

Comments
 (0)