fix compilation

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1443223 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2013-02-06 21:24:34 +00:00
parent 9b1ba50b0a
commit 295d3296c0
1 changed files with 0 additions and 10 deletions

View File

@ -356,16 +356,6 @@ public class MavenRepositorySearch
log.warn( "Repository '{}' not found in configuration.", repo );
}
}
catch ( UnsupportedExistingLuceneIndexException e )
{
log.warn( "Error accessing index of repository '{}' : {}", repo, e.getMessage() );
continue;
}
catch ( IOException e )
{
log.warn( "IO error occured while accessing index of repository '{}' : {}", repo, e.getMessage() );
continue;
}
catch ( RepositoryAdminException e )
{
log.warn( "RepositoryAdminException occured while accessing index of repository '{}' : {}", repo,