bugfix: xml-child hop:parent was accidentally read into properties-map too,
after being used for parentHandle.
This commit is contained in:
parent
6bb8d54587
commit
390184871f
1 changed files with 1 additions and 0 deletions
|
@ -208,6 +208,7 @@ public class XmlReader implements XmlConstants {
|
||||||
if ( childElement.getTagName().equals("hop:parent") ) {
|
if ( childElement.getTagName().equals("hop:parent") ) {
|
||||||
// add a NodeHandle to parent object
|
// add a NodeHandle to parent object
|
||||||
helmaNode.setParentHandle (new NodeHandle (new DbKey(null,childElement.getAttribute("idref") ) ) );
|
helmaNode.setParentHandle (new NodeHandle (new DbKey(null,childElement.getAttribute("idref") ) ) );
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
// if we come until here, childelement is a property value
|
// if we come until here, childelement is a property value
|
||||||
|
|
Loading…
Add table
Reference in a new issue