Jan Hentschel created HBASE-17398:
-------------------------------------
Summary: Fix JavaDoc links to waitForAllPreviousOpsAndReset in
AsyncProcess
Key: HBASE-17398
URL: https://issues.apache.org/jira/browse/HBASE-17398
Project: HBase
Issue Type: Improvement
Components: Client
Reporter: Jan Hentschel
Assignee: Jan Hentschel
Priority: Trivial
Currently the JavaDoc of the *hasErrors* and *waitForAllPreviousOpsAndReset* in
the *AsyncProcess* class use
{code}
{@link #waitForAllPreviousOpsAndReset(List, String)}
{code}
to link to *waitForAllPreviousOpsAndReset*. It should be
{code}
{@link #waitForAllPreviousOpsAndReset(List, TableName)}
{code}
instead.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)