REQ-3540: 惹名scope的子节点名可以重复

This commit is contained in:
yanglin 2025-03-19 14:24:17 +08:00
parent acfe320172
commit de32297b45

View File

@ -30,8 +30,6 @@ public interface IndexNodeScope {
}
}
IndexNodeScope NONE = () -> IndexNodeContext.NONE;
IndexNodeScope FILE_TEMPLATE = () -> IndexNodeContext.FILE_TEMPLATE;
IndexNodeScope TEMPLATE_DATABASE = () -> IndexNodeContext.TEMPLATE_DATABASE;