Fixing NPE in test of IndexBuilder. NIHVIVO-2813

This commit is contained in:
briancaruso 2011-07-01 16:32:21 +00:00
parent 3c11662d88
commit e16052a7a0

View file

@ -150,6 +150,7 @@ public class IndexBuilder extends Thread {
}
}
if( indexer != null)
indexer.abortIndexingAndCleanUp();
if(log != null )//may be null on shutdown