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 to

EmptyNodeState.compareAgainstEmptyState(after, new PrivilegeDiff(this, name, nodeBuilder.child(name)));

, which would profit from some optimisations for comparing against the empty node state.

Michael

Reply via email to