Skip to content

Commit a05dfa3

Browse files
authored
Merge pull request #255 from KamToHung/master
fix word
2 parents b49321d + 3589d1d commit a05dfa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/src/main/java/org/dromara/dynamictp/common/em/NotifyItemEnum.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ public enum NotifyItemEnum {
1717
CHANGE("change"),
1818

1919
/**
20-
* ThreadPool livenes notify.
21-
* livenes = activeCount / maximumPoolSize
20+
* ThreadPool liveness notify.
21+
* liveness = activeCount / maximumPoolSize
2222
*/
2323
LIVENESS("liveness"),
2424

0 commit comments

Comments
 (0)