HBASE-7361 Fix all javadoc warnings in hbase-server/{,mapreduce}; ADDENDUM
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1423667 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e21c9fde83
commit
96f6aa3b95
|
@ -1345,7 +1345,7 @@ public class HBaseClient {
|
||||||
* @param addresses socket addresses
|
* @param addresses socket addresses
|
||||||
* @return RpcResponseBody[]
|
* @return RpcResponseBody[]
|
||||||
* @throws IOException e
|
* @throws IOException e
|
||||||
* @deprecated Use {@link #call(RpcRequestBody[], InetSocketAddress[], Class, User)} instead
|
* @deprecated Use {@code #call(RpcRequestBody[], InetSocketAddress[], Class, User)} instead
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public Message[] call(RpcRequestBody[] params, InetSocketAddress[] addresses)
|
public Message[] call(RpcRequestBody[] params, InetSocketAddress[] addresses)
|
||||||
|
|
|
@ -192,7 +192,7 @@ public abstract class HBaseServer implements RpcServer {
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Returns the server instance called under or null. May be called under
|
/** Returns the server instance called under or null. May be called under
|
||||||
* {@link #call(Class, RpcRequestBody, long, MonitoredRPCHandler)} implementations,
|
* {@code #call(Class, RpcRequestBody, long, MonitoredRPCHandler)} implementations,
|
||||||
* and under protobuf methods of parameters and return values.
|
* and under protobuf methods of parameters and return values.
|
||||||
* Permits applications to access the server context.
|
* Permits applications to access the server context.
|
||||||
* @return HBaseServer
|
* @return HBaseServer
|
||||||
|
|
1
pom.xml
1
pom.xml
|
@ -398,7 +398,6 @@
|
||||||
<maxmemory>2g</maxmemory>
|
<maxmemory>2g</maxmemory>
|
||||||
<verbose>true</verbose>
|
<verbose>true</verbose>
|
||||||
<reportOutputDirectory>target/apidocs</reportOutputDirectory>
|
<reportOutputDirectory>target/apidocs</reportOutputDirectory>
|
||||||
<detectLinks>true</detectLinks>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
Loading…
Reference in New Issue