according to Bernhard, the inner class must implement Serializable

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150464 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Naber 2004-08-29 14:09:56 +00:00
parent eff9c7c3cf
commit 32bb01d597
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ package org.apache.lucene.search;
/** A clause in a BooleanQuery. */
public class BooleanClause implements java.io.Serializable {
public static final class Occur {
public static final class Occur implements java.io.Serializable {
private String name;