REQ-3540: 惹名scope的子节点名可以重复
This commit is contained in:
parent
24cd878461
commit
95e749fdd1
@ -7,7 +7,7 @@ package cn.axzo.nanopart.doc.api.domain;
|
||||
public interface IndexNodeParentScope {
|
||||
|
||||
default IndexNodeScope nodeScope() {
|
||||
return IndexNodeScope.ANONYMOUS;
|
||||
return IndexNodeScope.NONE;
|
||||
}
|
||||
|
||||
default String parentCode() {
|
||||
|
||||
@ -33,7 +33,7 @@ public interface IndexNodeScope {
|
||||
}
|
||||
|
||||
// @formatter:off
|
||||
IndexNodeScope ANONYMOUS = new IndexNodeScope() {};
|
||||
IndexNodeScope NONE = new IndexNodeScope() {};
|
||||
// @formatter:on
|
||||
|
||||
IndexNodeScope FILE_TEMPLATE = new IndexNodeScope() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user