3536373839404142
* * @param textDocument * @return number of oo undo steps */ private int undoIntegration() { ArtefactSegregator artefactSegregator = new ArtefactSegregator(); return artefactSegregator.run(tutorialDocument); }