Skip to content

Commit b510984

Browse files
nithinsujirpongad
authored andcommitted
---
yaml --- r: 9963 b: refs/heads/master c: fc3c81f h: refs/heads/master i: 9961: b6a0e7b 9959: d78d818
1 parent 466d960 commit b510984

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: b080e65b81f99562658fe0c2e4db463032bec477
2+
refs/heads/master: fc3c81fb1ef98b3da3567b86b81fdd960a6d1a37
33
refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
44
refs/heads/gh-pages: 3830d9ffb926d5fdfcfc27c05b58959c9723582e
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/google-cloud-examples/src/main/java/com/google/cloud/examples/pubsub/snippets/SubscriberSnippets.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ private Subscriber createSubscriberWithCustomCredentials() throws Exception {
184184
Subscriber.newBuilder(subscriptionName, receiver)
185185
.setCredentialsProvider(credentialsProvider)
186186
.build();
187-
// [START pubsub_subscriber_custom_credentials]
187+
// [END pubsub_subscriber_custom_credentials]
188188
return subscriber;
189189
}
190190

0 commit comments

Comments
 (0)