Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan committed Oct 18, 2022
1 parent a5e632e commit 9b214a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions google/cloud/pubsub/blocking_publisher.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ namespace google {
namespace cloud {
namespace pubsub {
GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN

/**
* Publish messages to the Cloud Pub/Sub service.
*
* This class is used to publish messages to any given topic. It is intended
* for low-volume publishers: applications sending less than one message per
* for low-volume publishers. Applications sending less than one message per
* second may find this class easier to use than `Publisher`, which can handle
* thousands of messages per second.
*
Expand Down Expand Up @@ -65,7 +66,6 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
* the `ok()` member function in the `StatusOr<T>` returns `true` then it
* contains the expected result. Please consult the #google::cloud::StatusOr
* documentation for more details.
*
*/
class BlockingPublisher {
public:
Expand Down

0 comments on commit 9b214a5

Please sign in to comment.