371372373374375376377378379380381
Element ownerIdE = new Element("ownerId"); ownerIdE.setText(ownerId); node.addContent(ownerIdE); ah.update(node); return true; } /** * This method must be synchronized because it cannot run if we are updating some entries.