making repository final

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@723224 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James William Dumay 2008-12-04 06:34:53 +00:00
parent 69144ad89b
commit 3ffefddeea
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ public class LuceneRepositoryContentIndex
*/ */
private LuceneIndexHandlers indexHandlers; private LuceneIndexHandlers indexHandlers;
private ManagedRepositoryConfiguration repository; private final ManagedRepositoryConfiguration repository;
public LuceneRepositoryContentIndex( ManagedRepositoryConfiguration repository, File indexDir, LuceneIndexHandlers handlers ) public LuceneRepositoryContentIndex( ManagedRepositoryConfiguration repository, File indexDir, LuceneIndexHandlers handlers )
{ {