From 20acd17c8d1223461dbedfa1f2e6110f9965e7ed Mon Sep 17 00:00:00 2001 From: Bernhard Messer Date: Thu, 9 Jun 2005 18:58:30 +0000 Subject: [PATCH] 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 --- src/java/org/apache/lucene/util/Constants.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/java/org/apache/lucene/util/Constants.java b/src/java/org/apache/lucene/util/Constants.java index 987f0176ae5..5ee313b11c0 100644 --- a/src/java/org/apache/lucene/util/Constants.java +++ b/src/java/org/apache/lucene/util/Constants.java @@ -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 System.getProperty("java.version"). **/ public static final String JAVA_VERSION = System.getProperty("java.version"); /** True iff this is Java version 1.1. */