docs(common): 更新注释

This commit is contained in:
2023-02-13 23:02:40 +08:00
parent bcb8c20a10
commit 89c3cd3c56

View File

@@ -4,7 +4,7 @@ package cn.hamster3.mc.plugin.ball.common.listener;
public enum ListenerPriority { public enum ListenerPriority {
/** /**
* Event call is of very low importance and should be ran first, to allow * Event call is of very low importance and should be run first, to allow
* other plugins to further customise the outcome * other plugins to further customise the outcome
*/ */
LOWEST(0), LOWEST(0),
@@ -13,7 +13,7 @@ public enum ListenerPriority {
*/ */
LOW(1), LOW(1),
/** /**
* Event call is neither important nor unimportant, and may be ran * Event call is neither important nor unimportant, and may be run
* normally * normally
*/ */
NORMAL(2), NORMAL(2),