101102103104105106107108
commit.addInstruction(instruction); } @Override public void propertySet(String path, String key, Object value) { SetPropertyInstruction instruction = new SetPropertyInstructionImpl(path, key, value); commit.addInstruction(instruction); }