92939495969798
commit.addInstruction(new CopyNodeInstructionImpl(rootPath, oldPath, newPath)); } @Override public void nodeMoved(String rootPath, String oldPath, String newPath) { commit.addInstruction(new MoveNodeInstructionImpl(rootPath, oldPath, newPath)); }
8384858687888990
commit.addInstruction(instruction); } @Override public void nodeMoved(String rootPath, String oldPath, String newPath) { MoveNodeInstruction instruction = new MoveNodeInstructionImpl(rootPath, oldPath, newPath); commit.addInstruction(instruction); }