Skip to content

Commit

Permalink
Fix ids
Browse files Browse the repository at this point in the history
  • Loading branch information
kamalaboulhosn committed Sep 12, 2023
1 parent af96f23 commit 11fda48
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
public class SubscribeAsyncLimitedConcurrencyExample {
public static void main(String... args) throws Exception {
// TODO(developer): Replace these variables before running the sample.
String projectId = "ordering-keys-testing";
String subscriptionId = "threads-test";
String projectId = "my-project";
String subscriptionId = "my-subscription";

subscribeAsyncLimitedConcurrencyExample(projectId, subscriptionId);
}
Expand Down

0 comments on commit 11fda48

Please sign in to comment.