Преглед изворни кода

Fix incorrect comment in NodeSelectorSlot javadoc (#419)

master
kexianjun Eric Zhao пре 6 година
родитељ
комит
9697c06739
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      sentinel-core/src/main/java/com/alibaba/csp/sentinel/slots/nodeselector/NodeSelectorSlot.java

+ 1
- 1
sentinel-core/src/main/java/com/alibaba/csp/sentinel/slots/nodeselector/NodeSelectorSlot.java Прегледај датотеку

@@ -33,7 +33,7 @@ import com.alibaba.csp.sentinel.slotchain.ResourceWrapper;
* <ol> * <ol>
* <li>adding a new {@link DefaultNode} if needed as the last child in the context. * <li>adding a new {@link DefaultNode} if needed as the last child in the context.
* The context's last node is the current node or the parent node of the context. </li> * The context's last node is the current node or the parent node of the context. </li>
* <li>setting itself to the the context current node.</li>
* <li>setting itself to the context current node.</li>
* </ol> * </ol>
* </p> * </p>
* *


Loading…
Откажи
Сачувај