Skip to content

Commit c803c98

Browse files
authored
[ISSUE #6553]Rename get_tags_ref to tags_ref for consistency (#6610)
1 parent 67303d8 commit c803c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rocketmq-common/src/common/message.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ pub trait MessageTrait: Any + Display + Debug {
117117
}
118118

119119
/// Returns a reference to the tags associated with the message.
120-
fn get_tags_ref(&self) -> Option<&CheetahString> {
120+
fn tags_ref(&self) -> Option<&CheetahString> {
121121
self.property_ref(&CheetahString::from_static_str(MessageConst::PROPERTY_TAGS))
122122
}
123123

0 commit comments

Comments
 (0)