提交 02079224 authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Remove ValueEnum.compareSecure() to use the same implementation from superclass

上级 f29a10df
...@@ -54,11 +54,6 @@ public class ValueEnum extends ValueEnumBase { ...@@ -54,11 +54,6 @@ public class ValueEnum extends ValueEnumBase {
} }
} }
@Override
protected int compareSecure(final Value v, final CompareMode mode) {
return Integer.compare(getInt(), v.getInt());
}
/** /**
* Create an ENUM value from the provided enumerators * Create an ENUM value from the provided enumerators
* and value. * and value.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论