Skip to content

Commit

Permalink
Lucene.Net.Facet.Taxonomy.Directory.DirectoryTaxonomyWriter: Removed …
Browse files Browse the repository at this point in the history
…invalid comment
  • Loading branch information
NightOwl888 committed Aug 22, 2020
1 parent 27c9ac1 commit 94a3e1e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,6 @@ public virtual void SetCacheMissesUntilFill(int i)
}
}

// LUCENENET: Ensure caller has a lock on syncLock before calling
private TaxonomyIndexArrays GetTaxoArrays()
{
var result = taxoArrays; // LUCENENET: Careful, we need to ensure a parallel thread does't wipe out our return value
Expand Down

0 comments on commit 94a3e1e

Please sign in to comment.