From 9697c06739f0a85c6c9140da1f40051e503a379c Mon Sep 17 00:00:00 2001 From: kexianjun Date: Tue, 15 Jan 2019 17:18:07 +0800 Subject: [PATCH] Fix incorrect comment in NodeSelectorSlot javadoc (#419) --- .../csp/sentinel/slots/nodeselector/NodeSelectorSlot.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sentinel-core/src/main/java/com/alibaba/csp/sentinel/slots/nodeselector/NodeSelectorSlot.java b/sentinel-core/src/main/java/com/alibaba/csp/sentinel/slots/nodeselector/NodeSelectorSlot.java index 7b475b89..aad95c8a 100755 --- a/sentinel-core/src/main/java/com/alibaba/csp/sentinel/slots/nodeselector/NodeSelectorSlot.java +++ b/sentinel-core/src/main/java/com/alibaba/csp/sentinel/slots/nodeselector/NodeSelectorSlot.java @@ -33,7 +33,7 @@ import com.alibaba.csp.sentinel.slotchain.ResourceWrapper; *
    *
  1. 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.
  2. - *
  3. setting itself to the the context current node.
  4. + *
  5. setting itself to the context current node.
  6. *
*

*