mirror of https://github.com/apache/archiva.git
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:
parent
69144ad89b
commit
3ffefddeea
|
@ -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 )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue