Commit 1aade486 authored by Him188's avatar Him188

Remove ambiguous comments

parent 88824089
...@@ -7,11 +7,11 @@ enum class OnlineStatus(val id: Int) { ...@@ -7,11 +7,11 @@ enum class OnlineStatus(val id: Int) {
/** /**
* 我在线上 * 我在线上
*/ */
ONLINE(11), // 0x0A ONLINE(11),
/** /**
* 离线 * 离线
*/ */
OFFLINE(21), // 0x02 OFFLINE(21),
/** /**
* 离开 * 离开
*/ */
...@@ -23,7 +23,7 @@ enum class OnlineStatus(val id: Int) { ...@@ -23,7 +23,7 @@ enum class OnlineStatus(val id: Int) {
/** /**
* 忙碌 * 忙碌
*/ */
BUSY(50), // 0x32 BUSY(50),
/** /**
* Q 我吧 * Q 我吧
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment