Skip to content

Commit

Permalink
#224 - formating
Browse files Browse the repository at this point in the history
  • Loading branch information
dpavlikovskiy committed Aug 31, 2017
1 parent 8fd0fc5 commit d1bc0e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ private IndexWriter getIndexWriter() throws IOException {
synchronized (this) {
if (indexWriter == null || !indexWriter.isOpen()) {
indexWriter = null;
logger.info("Trying to get indexWriter...");
logger.info("Trying to get indexWriter...");
Directory dir = FSDirectory.open(Paths.get(INDEX_PATH));
Analyzer analyzer = new StandardAnalyzer();
IndexWriterConfig iwc = new IndexWriterConfig(analyzer);
Expand Down

0 comments on commit d1bc0e2

Please sign in to comment.