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

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


The following commit(s) were added to refs/heads/branch-2.2 by this push:
     new 4c2b122  HBASE-22565 Javadoc Warnings: @see cannot be used in inline 
documentation
4c2b122 is described below

commit 4c2b12252d496f3b79bf1158f3945a694ddcfafe
Author: Murtaza Hassan <[email protected]>
AuthorDate: Wed Jun 12 11:51:16 2019 +0200

    HBASE-22565 Javadoc Warnings: @see cannot be used in inline documentation
---
 .../test/java/org/apache/hadoop/hbase/HBaseCommonTestingUtility.java  | 3 ++-
 .../main/java/org/apache/hadoop/hbase/regionserver/wal/FSHLog.java    | 3 +--
 .../src/test/java/org/apache/hadoop/hbase/wal/TestWALSplit.java       | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/hbase-common/src/test/java/org/apache/hadoop/hbase/HBaseCommonTestingUtility.java
 
b/hbase-common/src/test/java/org/apache/hadoop/hbase/HBaseCommonTestingUtility.java
index 385eb71..a7ae0a5 100644
--- 
a/hbase-common/src/test/java/org/apache/hadoop/hbase/HBaseCommonTestingUtility.java
+++ 
b/hbase-common/src/test/java/org/apache/hadoop/hbase/HBaseCommonTestingUtility.java
@@ -36,7 +36,8 @@ import org.slf4j.LoggerFactory;
 
 /**
  * Common helpers for testing HBase that do not depend on specific server/etc. 
things.
- * {@see org.apache.hadoop.hbase.HBaseTestingUtility}
+ * @see org.apache.hadoop.hbase.HBaseCommonTestingUtility
+ *
  */
 @InterfaceAudience.Public
 public class HBaseCommonTestingUtility {
diff --git 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/FSHLog.java
 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/FSHLog.java
index 3c4b6b8..f1db3f9 100644
--- 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/FSHLog.java
+++ 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/FSHLog.java
@@ -242,8 +242,7 @@ public class FSHLog extends AbstractFSWAL<Writer> {
 
   /**
    * Currently, we need to expose the writer's OutputStream to tests so that 
they can manipulate the
-   * default behavior (such as setting the maxRecoveryErrorCount value for 
example (see
-   * {@see 
org.apache.hadoop.hbase.regionserver.wal.AbstractTestWALReplay#testReplayEditsWrittenIntoWAL()}).
 This is
+   * default behavior (such as setting the maxRecoveryErrorCount value). This 
is
    * done using reflection on the underlying HDFS OutputStream. NOTE: This 
could be removed once Hadoop1 support is
    * removed.
    * @return null if underlying stream is not ready.
diff --git 
a/hbase-server/src/test/java/org/apache/hadoop/hbase/wal/TestWALSplit.java 
b/hbase-server/src/test/java/org/apache/hadoop/hbase/wal/TestWALSplit.java
index b4e2533..ce9d1a0 100644
--- a/hbase-server/src/test/java/org/apache/hadoop/hbase/wal/TestWALSplit.java
+++ b/hbase-server/src/test/java/org/apache/hadoop/hbase/wal/TestWALSplit.java
@@ -379,7 +379,7 @@ public class TestWALSplit {
   }
 
   /**
-   * {@see https://issues.apache.org/jira/browse/HBASE-3020}
+   * @see "https://issues.apache.org/jira/browse/HBASE-3020";
    */
   @Test
   public void testRecoveredEditsPathForMeta() throws IOException {
@@ -1132,7 +1132,7 @@ public class TestWALSplit {
   }
 
   /**
-   * {@see https://issues.apache.org/jira/browse/HBASE-4862}
+   * @see "https://issues.apache.org/jira/browse/HBASE-4862";
    */
   @Test
   public void testConcurrentSplitLogAndReplayRecoverEdit() throws IOException {

Reply via email to