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:
Michael Stack 2012-12-18 21:19:45 +00:00
parent e21c9fde83
commit 96f6aa3b95
3 changed files with 2 additions and 3 deletions

View File

@ -1345,7 +1345,7 @@ public class HBaseClient {
* @param addresses socket addresses
* @return RpcResponseBody[]
* @throws IOException e
* @deprecated Use {@link #call(RpcRequestBody[], InetSocketAddress[], Class, User)} instead
* @deprecated Use {@code #call(RpcRequestBody[], InetSocketAddress[], Class, User)} instead
*/
@Deprecated
public Message[] call(RpcRequestBody[] params, InetSocketAddress[] addresses)

View File

@ -192,7 +192,7 @@ public abstract class HBaseServer implements RpcServer {
}
/** 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.
* Permits applications to access the server context.
* @return HBaseServer

View File

@ -398,7 +398,6 @@
<maxmemory>2g</maxmemory>
<verbose>true</verbose>
<reportOutputDirectory>target/apidocs</reportOutputDirectory>
<detectLinks>true</detectLinks>
</configuration>
</plugin>
<plugin>