HBASE-22565 Javadoc Warnings: @see cannot be used in inline documentation

This commit is contained in:
Murtaza Hassan 2019-06-12 11:51:16 +02:00 committed by Jan Hentschel
parent b355020224
commit cf63fbac05
No known key found for this signature in database
GPG Key ID: 5CD818B19CC299A3
3 changed files with 5 additions and 5 deletions

View File

@ -36,7 +36,8 @@ import org.slf4j.LoggerFactory;
/** /**
* Common helpers for testing HBase that do not depend on specific server/etc. things. * 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 @InterfaceAudience.Public
public class HBaseCommonTestingUtility { public class HBaseCommonTestingUtility {

View File

@ -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 * 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 * default behavior (such as setting the maxRecoveryErrorCount value). This is
* {@see org.apache.hadoop.hbase.regionserver.wal.AbstractTestWALReplay#testReplayEditsWrittenIntoWAL()}). This is
* done using reflection on the underlying HDFS OutputStream. NOTE: This could be removed once Hadoop1 support is * done using reflection on the underlying HDFS OutputStream. NOTE: This could be removed once Hadoop1 support is
* removed. * removed.
* @return null if underlying stream is not ready. * @return null if underlying stream is not ready.

View File

@ -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 @Test
public void testRecoveredEditsPathForMeta() throws IOException { public void testRecoveredEditsPathForMeta() throws IOException {
@ -1136,7 +1136,7 @@ public class TestWALSplit {
} }
/** /**
* {@see https://issues.apache.org/jira/browse/HBASE-4862} * @see "https://issues.apache.org/jira/browse/HBASE-4862"
*/ */
@Test @Test
public void testConcurrentSplitLogAndReplayRecoverEdit() throws IOException { public void testConcurrentSplitLogAndReplayRecoverEdit() throws IOException {