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:
Uwe Schindler 2009-10-23 12:44:44 +00:00
parent 1b59256ab8
commit 6a06b0f0dd
1 changed files with 1 additions and 1 deletions

View File

@ -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