浏览代码

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

master
leitao Eric Zhao 6 年前
父节点
当前提交
512b27bba3
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      sentinel-core/src/main/java/com/alibaba/csp/sentinel/node/Node.java

+ 2
- 1
sentinel-core/src/main/java/com/alibaba/csp/sentinel/node/Node.java 查看文件

@@ -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();



正在加载...
取消
保存