fix javadoc typo

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1494678 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2013-06-19 16:24:41 +00:00
parent 0a2d1a484e
commit 0aec15cb05
1 changed files with 1 additions and 1 deletions

View File

@ -567,7 +567,7 @@ public class LiveIndexWriterConfig {
} }
/** /**
* Retruns <code>true</code> iff the {@link IndexWriter} packs * Returns <code>true</code> iff the {@link IndexWriter} packs
* newly written segments in a compound file. Default is <code>true</code>. * newly written segments in a compound file. Default is <code>true</code>.
*/ */
public boolean getUseCompoundFile() { public boolean getUseCompoundFile() {