Fix javadoc typo.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1388550 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Adrien Grand 2012-09-21 15:17:56 +00:00
parent d4aace1038
commit d3a8de1e98
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ public class HighFrequencyDictionary implements Dictionary {
* Creates a new Dictionary, pulling source terms from
* the specified <code>field</code> in the provided <code>reader</code>.
* <p>
* Terms appearing in less than <code>thres</code> percentage of documents
* Terms appearing in less than <code>thresh</code> percentage of documents
* will be excluded.
*/
public HighFrequencyDictionary(IndexReader reader, String field, float thresh) {