Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Commit

Permalink
fixing client initialization bug (first come takes it all initializat…
Browse files Browse the repository at this point in the history
…ion)
  • Loading branch information
andrew01ait committed Dec 21, 2014
1 parent 2ba5048 commit a06f417
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,7 @@ private String extractFullText_HTML(DataObject dob) throws IOException, SAXExcep
*/

private void initIndexClient(Long userId) {
if (this.client == null) {
this.client = new IndexClientFactory().getIndexClient(userId);
}
this.client = new IndexClientFactory().getIndexClient(userId);
}

}

0 comments on commit a06f417

Please sign in to comment.