]> source.dussan.org Git - archiva.git/commitdiff
fix compilation
authorOlivier Lamy <olamy@apache.org>
Wed, 6 Feb 2013 21:24:34 +0000 (21:24 +0000)
committerOlivier Lamy <olamy@apache.org>
Wed, 6 Feb 2013 21:24:34 +0000 (21:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1443223 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-base/archiva-indexer/src/main/java/org/apache/archiva/indexer/search/MavenRepositorySearch.java

index 402a0df82c692b47356aad1dbeb3063d3e14f369..81059f9ff542ad1c3983c7eb1b85d51ecece8e54 100644 (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,