mirror of https://github.com/apache/lucene.git
We can only remove this in 3.x at earliest (depending on our policy change).
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@829033 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1b59256ab8
commit
6a06b0f0dd
|
@ -25,7 +25,7 @@ import java.util.Map;
|
|||
|
||||
/**
|
||||
* A serializable Enum class.
|
||||
* @deprecated Use Java 5 enum
|
||||
* @deprecated Use Java 5 enum, will be removed in a later Lucene 3.x release.
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
public abstract class Parameter implements Serializable
|
||||
|
|
Loading…
Reference in New Issue