Do not set anonymous flag in getParent()

This commit is contained in:
hns 2003-05-20 10:41:44 +00:00
parent b0423ee9f0
commit 143abce688

View file

@ -922,7 +922,7 @@ public final class Node implements INode, Serializable {
if (pn != null) { if (pn != null) {
setParent((Node) pn); setParent((Node) pn);
anonymous = !pinfo.named; // anonymous = !pinfo.named;
lastParentSet = System.currentTimeMillis(); lastParentSet = System.currentTimeMillis();
return pn; return pn;