mirror of https://github.com/apache/lucene.git
LUCENE-2474: make MBS final
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1063908 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
63097d1bd8
commit
add8aecd99
|
@ -28,7 +28,7 @@ import java.util.Map;
|
||||||
*
|
*
|
||||||
* @lucene.internal
|
* @lucene.internal
|
||||||
*/
|
*/
|
||||||
public class MapBackedSet<E> extends AbstractSet<E> implements Serializable {
|
public final class MapBackedSet<E> extends AbstractSet<E> implements Serializable {
|
||||||
|
|
||||||
private static final long serialVersionUID = -6761513279741915432L;
|
private static final long serialVersionUID = -6761513279741915432L;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue