/** {@inheritDoc} */
protected EditScmResult edit( ScmProviderRepository repository, ScmFileSet fileSet,
CommandParameters parameters )
throws ScmException
{
ClearCaseEditCommand command = new ClearCaseEditCommand();
command.setLogger( getLogger() );
return (EditScmResult) command.execute( repository, fileSet, parameters );
}