提交 5336c8d1 authored 作者: noelgrandin's avatar noelgrandin

cleanup: remove redundant superinterfaces

上级 7a62de85
...@@ -29,8 +29,7 @@ import org.h2.value.Value; ...@@ -29,8 +29,7 @@ import org.h2.value.Value;
/** /**
* Represents a CLOB value. * Represents a CLOB value.
*/ */
public class JdbcClob extends TraceObject implements Clob public class JdbcClob extends TraceObject implements NClob
, NClob
{ {
Value value; Value value;
......
...@@ -43,7 +43,7 @@ import java.util.Set; ...@@ -43,7 +43,7 @@ import java.util.Set;
* @param <K> the key type * @param <K> the key type
* @param <V> the value type * @param <V> the value type
*/ */
public class CacheLIRS<K, V> extends AbstractMap<K, V> implements Map<K, V> { public class CacheLIRS<K, V> extends AbstractMap<K, V> {
/** /**
* The maximum memory this cache should use. * The maximum memory this cache should use.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论