Skip to content

Commit 3c466d4

Browse files
authored
Fix comment for getSubscriptionProperties method
Corrected the comment to refer to subscription instead of consumer.
1 parent edcf87a commit 3c466d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/pulsar/ConsumerConfiguration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ class PULSAR_PUBLIC ConsumerConfiguration {
524524
ConsumerConfiguration& setProperties(const std::map<std::string, std::string>& properties);
525525

526526
/**
527-
* Get all the subscription properties configured for this consumer.
527+
* Get all the subscription properties configured for this subscription.
528528
*/
529529
std::map<std::string, std::string>& getSubscriptionProperties() const;
530530

0 commit comments

Comments
 (0)