This is an automated email from the ASF dual-hosted git repository.
janh pushed a commit to branch branch-1.3
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-1.3 by this push:
new f7fc195 HBASE-22603 Javadoc Warnings related to @link tag
f7fc195 is described below
commit f7fc19528e608cc20e00201827e1559af0e48874
Author: syedmurtazahassan <[email protected]>
AuthorDate: Tue Jul 23 14:14:12 2019 +0200
HBASE-22603 Javadoc Warnings related to @link tag
Signed-off-by: Jan Hentschel <[email protected]>
---
.../apache/hadoop/hbase/regionserver/handler/OpenRegionHandler.java | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/handler/OpenRegionHandler.java
b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/handler/OpenRegionHandler.java
index 69786b6..79b2f72 100644
---
a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/handler/OpenRegionHandler.java
+++
b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/handler/OpenRegionHandler.java
@@ -298,9 +298,9 @@ public class OpenRegionHandler extends EventHandler {
}
/**
- * Thread to run region post open tasks. Call {@link #getException()} after
- * the thread finishes to check for exceptions running
- * {@link RegionServerServices#postOpenDeployTasks(HRegion)
+ * Thread to run region post open tasks. Call {@link #getException()} after
the thread finishes
+ * to check for exceptions running
+ * {@link RegionServerServices#postOpenDeployTasks(PostOpenDeployContext)}
*/
static class PostOpenDeployTasksThread extends Thread {
private Throwable exception = null;