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

@ -617,7 +617,7 @@ public final class Node implements INode, Serializable {
} catch (Exception ignore) {
// just fall back to default method
}
lastNameCheck = System.currentTimeMillis();
}
@ -922,7 +922,7 @@ public final class Node implements INode, Serializable {
if (pn != null) {
setParent((Node) pn);
anonymous = !pinfo.named;
// anonymous = !pinfo.named;
lastParentSet = System.currentTimeMillis();
return pn;