remove "tvp" from INDEX_EXTENSIONS which not used at all.

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@494521 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bernhard Messer 2007-01-09 18:56:37 +00:00
parent 853c03ac43
commit fe9c033464
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ final class IndexFileNames {
*/
static final String INDEX_EXTENSIONS[] = new String[] {
"cfs", "fnm", "fdx", "fdt", "tii", "tis", "frq", "prx", "del",
"tvx", "tvd", "tvf", "tvp", "gen", "nrm"
"tvx", "tvd", "tvf", "gen", "nrm"
};
/** File extensions of old-style index files */