Fixing NPE in test of IndexBuilder. NIHVIVO-2813
This commit is contained in:
parent
3c11662d88
commit
e16052a7a0
1 changed files with 2 additions and 1 deletions
|
@ -150,6 +150,7 @@ public class IndexBuilder extends Thread {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if( indexer != null)
|
||||||
indexer.abortIndexingAndCleanUp();
|
indexer.abortIndexingAndCleanUp();
|
||||||
|
|
||||||
if(log != null )//may be null on shutdown
|
if(log != null )//may be null on shutdown
|
||||||
|
|
Loading…
Add table
Reference in a new issue