On 15.1.15 10:08 , [email protected] wrote:
+ after.compareAgainstBaseState(EMPTY_NODE, new PrivilegeDiff(this, name, nodeBuilder.child(name)));
This could be slightly improved toEmptyNodeState.compareAgainstEmptyState(after, new PrivilegeDiff(this, name, nodeBuilder.child(name)));
, which would profit from some optimisations for comparing against the empty node state.
Michael
