bugfix: xml-child hop:parent was accidentally read into properties-map too,

after being used for parentHandle.
This commit is contained in:
stefanp 2002-06-25 13:59:07 +00:00
parent 6bb8d54587
commit 390184871f

View file

@ -208,6 +208,7 @@ public class XmlReader implements XmlConstants {
if ( childElement.getTagName().equals("hop:parent") ) {
// add a NodeHandle to parent object
helmaNode.setParentHandle (new NodeHandle (new DbKey(null,childElement.getAttribute("idref") ) ) );
continue;
}
// if we come until here, childelement is a property value