mirror of https://github.com/apache/lucene.git
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:
parent
eff9c7c3cf
commit
32bb01d597
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue