Skip to content

Commit 5a86aa1

Browse files
committed
fix(comment) fix the java doc comment
1 parent 02297cb commit 5a86aa1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

openmessaging-api/src/main/java/io/openmessaging/api/MessageAccessor.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ public static Properties getSystemProperties(final Message msg) {
3939
* Used for set system properties, will used new systemProperties to override current systemProperties.
4040
*
4141
* @param msg
42-
* @return system properties
4342
*/
4443
public static void setSystemProperties(final Message msg, Properties systemProperties) {
4544
msg.systemProperties = systemProperties;
@@ -50,7 +49,6 @@ public static void setSystemProperties(final Message msg, Properties systemPrope
5049
* specified key.
5150
*
5251
* @param msg
53-
* @return
5452
*/
5553
public static void putSystemProperties(final Message msg, final String key, final String value) {
5654
msg.putSystemProperties(key, value);

0 commit comments

Comments
 (0)