mirror of https://github.com/apache/lucene.git
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:
parent
0a2d1a484e
commit
0aec15cb05
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue