This commit was manufactured by cvs2svn to create tag
'helma_1_2_rc2'.
This commit is contained in:
parent
817395e8b0
commit
527daac2bf
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue