Fix javadoc typo in decreaseThreadNum() method of Node interface (#296)

This commit is contained in:
leitao 2018-12-11 11:56:45 +08:00 committed by Eric Zhao
parent 6802f97528
commit 512b27bba3
1 changed files with 2 additions and 1 deletions

View File

@ -26,6 +26,7 @@ import com.alibaba.csp.sentinel.node.metric.MetricNode;
* @author qinan.qn
* @author leyou
* @author Eric Zhao
* @author leitao
*/
public interface Node {
@ -147,7 +148,7 @@ public interface Node {
void increaseThreadNum();
/**
* Increase current thread count.
* Decrease current thread count.
*/
void decreaseThreadNum();