javadoc warning fixes
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@805230 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
aed74376f8
commit
f9c78255bb
|
@ -911,7 +911,7 @@ public class KeyValue implements Writable, HeapSize {
|
|||
|
||||
/**
|
||||
* @return True if a delete type, a {@link KeyValue.Type#Delete} or
|
||||
* a {KeyValue.Type#DeleteFamily} or a {@link KeyValue.Type.DeleteColumn}
|
||||
* a {KeyValue.Type#DeleteFamily} or a {@link KeyValue.Type#DeleteColumn}
|
||||
* KeyValue type.
|
||||
*/
|
||||
public boolean isDelete() {
|
||||
|
|
|
@ -93,8 +93,7 @@ public class MemStore implements HeapSize {
|
|||
|
||||
/**
|
||||
* Constructor.
|
||||
* @param ttl The TTL for cache entries, in milliseconds.
|
||||
* @param c
|
||||
* @param c Comparator
|
||||
*/
|
||||
public MemStore(final KeyValue.KVComparator c) {
|
||||
this.comparator = c;
|
||||
|
@ -781,4 +780,4 @@ public class MemStore implements HeapSize {
|
|||
*/
|
||||
void changedMemStore();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue