Skip to content

Commit 11fda48

Browse files
Fix ids
1 parent af96f23 commit 11fda48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
public class SubscribeAsyncLimitedConcurrencyExample {
4343
public static void main(String... args) throws Exception {
4444
// TODO(developer): Replace these variables before running the sample.
45-
String projectId = "ordering-keys-testing";
46-
String subscriptionId = "threads-test";
45+
String projectId = "my-project";
46+
String subscriptionId = "my-subscription";
4747

4848
subscribeAsyncLimitedConcurrencyExample(projectId, subscriptionId);
4949
}

0 commit comments

Comments
 (0)