Fix javadoc error

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@677656 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jim Kellerman 2008-07-17 17:59:49 +00:00
parent f656ae1923
commit d6522ebe2d
1 changed files with 1 additions and 1 deletions

View File

@ -1172,7 +1172,7 @@ public class HTable {
/**
* Commit a RowsBatchUpdate to the table.
* @param batchUpdate
* @param batchUpdates
* @throws IOException
*/
public synchronized void commit(final List<BatchUpdate> batchUpdates)