override targetNode if namespace is defined
This commit is contained in:
parent
41d77814dd
commit
22e2228d1e
@ -52,6 +52,8 @@ public abstract class ParserStrategy {
|
||||
moduleNode = new TranslationNode(this.settings.isSortKeys());
|
||||
data.getRootNode().setChildren(moduleName, moduleNode);
|
||||
}
|
||||
|
||||
targetNode = moduleNode;
|
||||
}
|
||||
|
||||
return targetNode;
|
||||
|
Loading…
x
Reference in New Issue
Block a user