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:
Michael Stack 2009-06-28 23:24:19 +00:00
parent c786d5d8f4
commit a5f471a4dd
1 changed files with 1 additions and 1 deletions

View File

@ -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)