From 2f3b8a19bd69bfe95ec5cc085eeadbb644b8e677 Mon Sep 17 00:00:00 2001 From: Andrew Hind Date: Mon, 3 Oct 2011 14:20:53 +0000 Subject: [PATCH] Fix for ALF-10121 Unit test hanging in shutdown hook waiting for FTS - accidental interface loss ... git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@30923 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../repo/search/impl/lucene/fts/FullTextSearchIndexerImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/java/org/alfresco/repo/search/impl/lucene/fts/FullTextSearchIndexerImpl.java b/source/java/org/alfresco/repo/search/impl/lucene/fts/FullTextSearchIndexerImpl.java index 5331c2e2bd..bd2f8af25f 100644 --- a/source/java/org/alfresco/repo/search/impl/lucene/fts/FullTextSearchIndexerImpl.java +++ b/source/java/org/alfresco/repo/search/impl/lucene/fts/FullTextSearchIndexerImpl.java @@ -43,7 +43,7 @@ import org.springframework.context.support.ClassPathXmlApplicationContext; * @author andyh * */ -public class FullTextSearchIndexerImpl implements FullTextSearchIndexer, DisposableBean +public class FullTextSearchIndexerImpl implements FTSIndexerAware, FullTextSearchIndexer, DisposableBean { private static Log s_logger = LogFactory.getLog(FullTextSearchIndexerImpl.class);