- MultiSearcher for index is not being closed causing too many files open error, added line for close searcher

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@565709 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Maria Odea B. Ching 2007-08-14 11:34:04 +00:00
parent ba2f6466b4
commit a3305c920a
1 changed files with 2 additions and 0 deletions

View File

@ -237,6 +237,8 @@ public class DefaultCrossRepositorySearch
} }
} }
} }
searcher.close();
} }
catch ( IOException e ) catch ( IOException e )
{ {