remove Serializable

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1439066 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2013-01-27 12:13:09 +00:00
parent 189d0721a0
commit 93962e17f3
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
package org.apache.lucene.facet.index.params; package org.apache.lucene.facet.index.params;
import java.io.IOException; import java.io.IOException;
import java.io.Serializable;
import org.apache.lucene.facet.search.CategoryListIterator; import org.apache.lucene.facet.search.CategoryListIterator;
import org.apache.lucene.facet.search.DocValuesCategoryListIterator; import org.apache.lucene.facet.search.DocValuesCategoryListIterator;
@ -34,7 +33,7 @@ import org.apache.lucene.util.encoding.UniqueValuesIntEncoder;
* *
* @lucene.experimental * @lucene.experimental
*/ */
public class CategoryListParams implements Serializable { public class CategoryListParams {
/** OrdinalPolicy defines which ordinals are encoded for every document. */ /** OrdinalPolicy defines which ordinals are encoded for every document. */
public static enum OrdinalPolicy { public static enum OrdinalPolicy {