Skip to content

Commit

Permalink
Fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
kamalaboulhosn committed Sep 12, 2023
1 parent 11fda48 commit 2e58cd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
public class SubscribeAsyncUnlimitedConcurrencyExample {
public static void main(String... args) throws Exception {
// TODO(developer): Replace these variables before running the sample.
String projectId = "my-topic";
String projectId = "my-project";
String subscriptionId = "my-subscription";

subscribeAsyncUnlimitedConcurrencyExample(projectId, subscriptionId);
Expand Down

0 comments on commit 2e58cd5

Please sign in to comment.