This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a commit to branch 3.2
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.2 by this push:
     new b7471424d9 fix comments (#12143)
b7471424d9 is described below

commit b7471424d9b72ffcb80583322a8992845a0a3b9b
Author: MartinDai <[email protected]>
AuthorDate: Thu Apr 20 16:50:57 2023 +0800

    fix comments (#12143)
    
    Co-authored-by: daming <[email protected]>
---
 .../java/org/apache/dubbo/rpc/protocol/rest/PathAndInvokerMapper.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dubbo-rpc/dubbo-rpc-rest/src/main/java/org/apache/dubbo/rpc/protocol/rest/PathAndInvokerMapper.java
 
b/dubbo-rpc/dubbo-rpc-rest/src/main/java/org/apache/dubbo/rpc/protocol/rest/PathAndInvokerMapper.java
index ce3a187e70..1d70dfb839 100644
--- 
a/dubbo-rpc/dubbo-rpc-rest/src/main/java/org/apache/dubbo/rpc/protocol/rest/PathAndInvokerMapper.java
+++ 
b/dubbo-rpc/dubbo-rpc-rest/src/main/java/org/apache/dubbo/rpc/protocol/rest/PathAndInvokerMapper.java
@@ -75,7 +75,7 @@ public class PathAndInvokerMapper {
             return pathToServiceMapNoPathVariable.get(pathMather);
         }
 
-        // second search from pathToServiceMapNoPathVariable
+        // second search from pathToServiceMapContainPathVariable
         if (pathToServiceMapContainPathVariable.containsKey(pathMather)) {
             return pathToServiceMapContainPathVariable.get(pathMather);
         }

Reply via email to