From b5b0ebb96cd300ea1e162b14b4c150d0f113224e Mon Sep 17 00:00:00 2001 From: Simon Willnauer Date: Thu, 8 Oct 2009 19:49:19 +0000 Subject: [PATCH] fixed spelling git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@823296 13f79535-47bb-0310-9956-ffa450edef68 --- contrib/CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/CHANGES.txt b/contrib/CHANGES.txt index cade030fbdf..46491524357 100644 --- a/contrib/CHANGES.txt +++ b/contrib/CHANGES.txt @@ -45,7 +45,7 @@ Optimizations * LUCENE-1965, LUCENE-1962: Arabic-, Persian- and SmartChineseAnalyzer loads default stopwords only once if accessed for the first time. - Previous versions where loading the stopword files each time a new + Previous versions were loading the stopword files each time a new instance was created. This might improve performance for applications creating lots of instances of these Analyzers. (Simon Willnauer) Documentation