mirror of https://github.com/apache/archiva.git
fix compilation
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1443223 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9b1ba50b0a
commit
295d3296c0
|
@ -356,16 +356,6 @@ public class MavenRepositorySearch
|
||||||
log.warn( "Repository '{}' not found in configuration.", repo );
|
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 )
|
catch ( RepositoryAdminException e )
|
||||||
{
|
{
|
||||||
log.warn( "RepositoryAdminException occured while accessing index of repository '{}' : {}", repo,
|
log.warn( "RepositoryAdminException occured while accessing index of repository '{}' : {}", repo,
|
||||||
|
|
Loading…
Reference in New Issue