No more need to cache a new group node, Node.getGroupbySubnode()

does this now if called with create == true.
This commit is contained in:
hns 2004-02-12 14:32:50 +00:00
parent 6b631e0f0e
commit 5cf2dbc927

View file

@ -1304,7 +1304,6 @@ public final class NodeManager {
Node groupnode = home.getGroupbySubnode(groupname, true);
cache.put(groupnode.getKey(), groupnode);
groupnode.setSubnodes((List) groupbySubnodes.get(groupname));
groupnode.lastSubnodeFetch = System.currentTimeMillis();
}