Just now.
Michael
On 15.1.15 12:06 , Angela Schreiber wrote:
thanks for the hint. did you already commit it?
gruss
angela
On 15/01/15 10:28, "Michael Dürig" <[email protected]> wrote:
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