去除不必要的代码

This commit is contained in:
everywhere.z
2022-12-04 19:39:24 +08:00
parent 6bd329ab8b
commit 54adfdf676

View File

@@ -232,8 +232,4 @@ public class ZkParserHelper {
this.name = name;
}
}
public static void main(String[] args) {
System.out.println(FileNameUtil.getName("/chain/dadfa/c1"));
}
}