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

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new b74ccd82734 Refactor NodePathSearchCriteria (#34752)
b74ccd82734 is described below

commit b74ccd82734056dd75c511b407bccd1f455a03d7
Author: Liang Zhang <[email protected]>
AuthorDate: Sun Feb 23 00:26:14 2025 +0800

    Refactor NodePathSearchCriteria (#34752)
---
 .../apache/shardingsphere/mode/node/path/NodePathSearchCriteria.java  | 4 ----
 1 file changed, 4 deletions(-)

diff --git 
a/mode/node/src/main/java/org/apache/shardingsphere/mode/node/path/NodePathSearchCriteria.java
 
b/mode/node/src/main/java/org/apache/shardingsphere/mode/node/path/NodePathSearchCriteria.java
index 3d52f3d5236..e977cb753e0 100644
--- 
a/mode/node/src/main/java/org/apache/shardingsphere/mode/node/path/NodePathSearchCriteria.java
+++ 
b/mode/node/src/main/java/org/apache/shardingsphere/mode/node/path/NodePathSearchCriteria.java
@@ -34,8 +34,4 @@ public final class NodePathSearchCriteria {
     private final boolean containsChildPath;
     
     private final int searchSegmentIndex;
-    
-    public NodePathSearchCriteria(final NodePath nodePathExample, final 
boolean trimEmptyNode, final boolean containsChildPath) {
-        this(nodePathExample, trimEmptyNode, containsChildPath, 0);
-    }
 }

Reply via email to