mirror of https://github.com/apache/lucene.git
move extension members to new class org.apache.lucene.index.IndexFileNames
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@189792 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7f82450470
commit
20acd17c8d
|
@ -26,11 +26,6 @@ package org.apache.lucene.util;
|
|||
public final class Constants {
|
||||
private Constants() {} // can't construct
|
||||
|
||||
/** Name of the index segment file */
|
||||
public static final String INDEX_SEGMENTS_FILENAME = "segments";
|
||||
/** Name of the index deletable file */
|
||||
public static final String INDEX_DELETABLE_FILENAME = "deletable";
|
||||
|
||||
/** The value of <tt>System.getProperty("java.version")<tt>. **/
|
||||
public static final String JAVA_VERSION = System.getProperty("java.version");
|
||||
/** True iff this is Java version 1.1. */
|
||||
|
|
Loading…
Reference in New Issue