소스 검색

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



Loading…
취소
저장