7172737475767778
this.commit = commit; } @Override public void nodeAdded(String parentPath, String name) { AddNodeInstruction instruction = new AddNodeInstructionImpl(parentPath, name); commit.addInstruction(instruction); }