418419420421422423424425426427428
CommandParameters parameters ) throws ScmException { JazzUnEditCommand command = new JazzUnEditCommand(); command.setLogger( getLogger() ); return (UnEditScmResult) command.execute( repository, fileSet, parameters ); } /** * {@inheritDoc} */
419420421422423424425426427428429