HBASE-11252 Fixing new javadoc warnings in master branch.(Anoop)

This commit is contained in:
anoopsjohn 2014-05-27 10:11:27 +05:30
parent 8e2a8cc0a8
commit 04b9a0a573
3 changed files with 6 additions and 5 deletions

View File

@ -118,8 +118,8 @@ public class ClientScanner extends AbstractClientScanner {
/**
* @deprecated Use
* {@link #ClientScanner(Configuration, Scan, TableName, HConnection, RpcRetryingCallerFactory, RpcControllerFactory)
* instead.
* {@link #ClientScanner(Configuration, Scan, TableName, HConnection,
* RpcRetryingCallerFactory, RpcControllerFactory)} instead.
*/
@Deprecated
public ClientScanner(final Configuration conf, final Scan scan, final TableName tableName,

View File

@ -92,8 +92,8 @@ public class ClientSmallScanner extends ClientScanner {
/**
* @deprecated use
* {@link #ClientSmallScanner(Configuration, Scan, TableName, HConnection, RpcRetryingCallerFactory, RpcControllerFactory)
* instead
* {@link #ClientSmallScanner(Configuration, Scan, TableName, HConnection,
* RpcRetryingCallerFactory, RpcControllerFactory)} instead
*/
public ClientSmallScanner(final Configuration conf, final Scan scan, final TableName tableName,
HConnection connection, RpcRetryingCallerFactory rpcFactory) throws IOException {

View File

@ -105,7 +105,8 @@ public class ScannerCallable extends RegionServerCallable<Result[]> {
}
/**
* @deprecated Use {@link #ScannerCallable(HConnection, TableName, Scan, ScanMetrics)}
* @deprecated Use {@link #ScannerCallable(HConnection, TableName, Scan, ScanMetrics,
* RpcControllerFactory)}
*/
@Deprecated
public ScannerCallable (HConnection connection, final byte [] tableName, Scan scan,