Skip to content

Commit 2e58cd5

Browse files
Fix naming
1 parent 11fda48 commit 2e58cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/snippets/src/main/java/pubsub/SubscribeAsyncUnlimitedConcurrencyExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public class SubscribeAsyncUnlimitedConcurrencyExample {
3232
public static void main(String... args) throws Exception {
3333
// TODO(developer): Replace these variables before running the sample.
34-
String projectId = "my-topic";
34+
String projectId = "my-project";
3535
String subscriptionId = "my-subscription";
3636

3737
subscribeAsyncUnlimitedConcurrencyExample(projectId, subscriptionId);

0 commit comments

Comments
 (0)