This is an automated email from the ASF dual-hosted git repository.

janh pushed a commit to branch branch-1.4
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-1.4 by this push:
     new a39c428  HBASE-22603 Javadoc Warnings related to @link tag
a39c428 is described below

commit a39c4287a9e1c7a4e7ea822f822447454435431b
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]>
---
 hbase-common/src/main/java/org/apache/hadoop/hbase/CellUtil.java    | 2 +-
 .../apache/hadoop/hbase/regionserver/handler/OpenRegionHandler.java | 6 +++---
 .../java/org/apache/hadoop/hbase/regionserver/TestStoreScanner.java | 5 ++---
 3 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/hbase-common/src/main/java/org/apache/hadoop/hbase/CellUtil.java 
b/hbase-common/src/main/java/org/apache/hadoop/hbase/CellUtil.java
index 981fad8..b6a0171 100644
--- a/hbase-common/src/main/java/org/apache/hadoop/hbase/CellUtil.java
+++ b/hbase-common/src/main/java/org/apache/hadoop/hbase/CellUtil.java
@@ -544,7 +544,7 @@ public final class CellUtil {
   }
 
   /**
-   * Estimate based on keyvalue's serialization format. 
+   * Estimate based on keyvalue's serialization format.
    * @param cell
    * @return Estimate of the <code>cell</code> size in bytes.
    * @deprecated please use estimatedSerializedSizeOf(Cell)
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 d64b789..e3e10c2 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
@@ -300,9 +300,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;
diff --git 
a/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestStoreScanner.java
 
b/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestStoreScanner.java
index 1b25744..55fc13d 100644
--- 
a/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestStoreScanner.java
+++ 
b/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestStoreScanner.java
@@ -71,9 +71,8 @@ public class TestStoreScanner extends TestCase {
   /**
    * From here on down, we have a bunch of defines and specific CELL_GRID of 
Cells. The
    * CELL_GRID then has a Scanner that can fake out 'block' transitions. All 
this elaborate
-   * setup is for tests that ensure we don't overread, and that the
-   * {@link 
StoreScanner#optimize(org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode,
-   * Cell)} is not overly enthusiastic.
+   * setup is for tests that ensure we don't overread, and that the {@link 
StoreScanner} is not
+   * overly enthusiastic.
    */
   private static final byte [] ZERO = new byte [] {'0'};
   private static final byte [] ZERO_POINT_ZERO = new byte [] {'0', '.', '0'};

Reply via email to