removed obsolete code
This commit is contained in:
parent
974407a516
commit
44ce1c2419
1 changed files with 0 additions and 4 deletions
|
@ -238,10 +238,6 @@ public class HopExtension {
|
||||||
if (node instanceof helma.objectmodel.db.Node) {
|
if (node instanceof helma.objectmodel.db.Node) {
|
||||||
((helma.objectmodel.db.Node) node).invalidate ();
|
((helma.objectmodel.db.Node) node).invalidate ();
|
||||||
esn.checkNode ();
|
esn.checkNode ();
|
||||||
/* try {
|
|
||||||
node = app.nmgr.getNode (new Key (node.getDbMapping (), node.getID ()));
|
|
||||||
esn.setNode (node);
|
|
||||||
} catch (Exception x) {} */
|
|
||||||
}
|
}
|
||||||
return ESBoolean.makeBoolean (true);
|
return ESBoolean.makeBoolean (true);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue