This is an automated email from the ASF dual-hosted git repository. technoboy pushed a commit to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-3.1 by this push: new a8b311f1268 [cleanup][client] Fix inconsistent API annotations of `getTopicName` (#21620) a8b311f1268 is described below commit a8b311f126894d31b33a88df639024300d68ed07 Author: Xiangying Meng <55571188+liangyepianz...@users.noreply.github.com> AuthorDate: Mon Nov 27 13:38:07 2023 +0800 [cleanup][client] Fix inconsistent API annotations of `getTopicName` (#21620) --- .../src/main/java/org/apache/pulsar/client/impl/TopicMessageImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pulsar-client/src/main/java/org/apache/pulsar/client/impl/TopicMessageImpl.java b/pulsar-client/src/main/java/org/apache/pulsar/client/impl/TopicMessageImpl.java index 1b6cba2f723..1fec08a43f1 100644 --- a/pulsar-client/src/main/java/org/apache/pulsar/client/impl/TopicMessageImpl.java +++ b/pulsar-client/src/main/java/org/apache/pulsar/client/impl/TopicMessageImpl.java @@ -47,7 +47,7 @@ public class TopicMessageImpl<T> implements Message<T> { } /** - * Get the topic name without partition part of this message. + * Get the topic name with partition part of this message. * @return the name of the topic on which this message was published */ @Override