755756757758759760761
* if the clone service could not be returned * * @author Markus Kr�ger */ public ICloneService getCloneService() throws CloneException { return new TextTableCloneService(this, textDocument.getXTextDocument()); }
642643644645646647648
* @throws CloneException if the clone service could not be returned * * @author Markus Kr�ger */ public ICloneService getCloneService() throws CloneException { return new TextTableCloneService(this, textDocument.getXTextDocument()); }