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 96240b0ca80 Remove useless VersionNodePath's constructor (#34871) 96240b0ca80 is described below commit 96240b0ca80f53cc8fcd7980b5771f43a54db685 Author: Liang Zhang <zhangli...@apache.org> AuthorDate: Tue Mar 4 20:31:17 2025 +0800 Remove useless VersionNodePath's constructor (#34871) --- .../shardingsphere/mode/node/path/type/version/VersionNodePath.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mode/node/src/main/java/org/apache/shardingsphere/mode/node/path/type/version/VersionNodePath.java b/mode/node/src/main/java/org/apache/shardingsphere/mode/node/path/type/version/VersionNodePath.java index 7eabc47ca9e..3f4f647281e 100644 --- a/mode/node/src/main/java/org/apache/shardingsphere/mode/node/path/type/version/VersionNodePath.java +++ b/mode/node/src/main/java/org/apache/shardingsphere/mode/node/path/type/version/VersionNodePath.java @@ -35,10 +35,6 @@ public final class VersionNodePath { path = NodePathGenerator.toPath(nodePath, false); } - public VersionNodePath(final String path) { - this.path = path; - } - /** * Get active version path. *