No more need to cache a new group node, Node.getGroupbySubnode()
does this now if called with create == true.
This commit is contained in:
parent
6b631e0f0e
commit
5cf2dbc927
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue