HBASE-22565 Javadoc Warnings: @see cannot be used in inline documentation
This commit is contained in:
parent
b355020224
commit
cf63fbac05
|
@ -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 {
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue