We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8484479 commit f6a7c84Copy full SHA for f6a7c84
2 files changed
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: af413a16b712502fda3fcf9a3c389966558342fb
+refs/heads/master: c6c5991f751496fed07f5f167807bcee4f77190e
3
refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
4
refs/heads/gh-pages: 8f06ce58a2d2825865991e9ba7841a013dccbae1
5
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
trunk/google-cloud-clients/google-cloud-pubsub/README.md
@@ -118,7 +118,7 @@ try {
118
ApiFuture<String> messageIdFuture = publisher.publish(pubsubMessage);
119
} finally {
120
if (publisher != null) {
121
- publisher.shutdown();
+ publisher.shutdown();
122
}
123
124
```
0 commit comments