HBASE-1460 Concurrent LRU Block Cache -- fix javadoc warnings
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@789175 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c786d5d8f4
commit
a5f471a4dd
|
@ -503,7 +503,7 @@ public class HLog implements HConstants, Syncable {
|
|||
*
|
||||
* @param regionInfo
|
||||
* @param logEdit
|
||||
* @param now Time of this edit write.
|
||||
* @param logKey
|
||||
* @throws IOException
|
||||
*/
|
||||
public void append(HRegionInfo regionInfo, HLogKey logKey, KeyValue logEdit)
|
||||
|
|
Loading…
Reference in New Issue