remove deprecation warning

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@151471 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2005-02-05 03:03:22 +00:00
parent 767312d611
commit e75ffc5b11
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class IndexTest {
IndexWriter writer = new IndexWriter("F:\\test", new SimpleAnalyzer(),
true);
writer.mergeFactor = 20;
writer.setMergeFactor(20);
// FIXME: OG: what's with this hard-coded dirs??
indexDocs(writer, new File("F:\\recipes"));