Skip to content

Commit 75adb13

Browse files
author
luxurong
committed
event
1 parent 7860497 commit 75adb13

File tree

1 file changed

+1
-1
lines changed
  • smqtt-common/src/main/java/io/github/quickmsg/common/enums

1 file changed

+1
-1
lines changed

smqtt-common/src/main/java/io/github/quickmsg/common/enums/Event.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
/**
1616
* @author luxurong
17-
* @date 2021/10/19 21:39
1817
*/
1918
public enum Event {
2019

@@ -82,6 +81,7 @@ public ByteBuf writeBody(MqttChannel mqttChannel, Object body) {
8281
*
8382
* @param mqttChannel {@link MqttChannel }
8483
* @param body {@link Object }
84+
* @return ByteBuf
8585
*/
8686
public abstract ByteBuf writeBody(MqttChannel mqttChannel, Object body);
8787

0 commit comments

Comments
 (0)