This commit was manufactured by cvs2svn to create tag

'helma_1_2_rc2'.
This commit is contained in:
hns 2002-12-06 18:17:35 +00:00
parent 817395e8b0
commit 527daac2bf

View file

@ -1837,7 +1837,7 @@ public final class Node implements INode, Serializable {
*/
public INode getNonVirtualParent () {
INode node = this;
for (int i=0; i<5; i++) {
for (int i=0; i<3; i++) {
if (node == null) break;
if (node.getState() != Node.VIRTUAL)
return node;