fix javadoc typo

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1205021 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2011-11-22 14:40:55 +00:00
parent 01dbe51a3e
commit bf853de71a
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ public class MMapDirectory extends FSDirectory {
}
/**
* Sets the maximum chunk size (default is {@link Integer#MAX_VALUE} for
* Sets the maximum chunk size (default is 1 GiBytes for
* 64 bit JVMs and 256 MiBytes for 32 bit JVMs) used for memory mapping.
* Especially on 32 bit platform, the address space can be very fragmented,
* so large index files cannot be mapped.