Fix incorrect comment in NodeSelectorSlot javadoc (#419)

This commit is contained in:
kexianjun 2019-01-15 17:18:07 +08:00 committed by Eric Zhao
parent 47148acc1e
commit 9697c06739
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ import com.alibaba.csp.sentinel.slotchain.ResourceWrapper;
* <ol>
* <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>
* <li>setting itself to the the context current node.</li>
* <li>setting itself to the context current node.</li>
* </ol>
* </p>
*