HBASE-14739 Fix broken link to Javadoc that is suppressed because it is generated code

This commit is contained in:
Misty Stanley-Jones 2015-11-02 09:17:28 +10:00
parent 9659f14020
commit 9c37239f58
1 changed files with 5 additions and 5 deletions

View File

@ -47,7 +47,7 @@ From http://thrift.apache.org/</p>
<h2><a name="description">Description</a></h2>
<p>The <a href="generated/THBaseService.Iface.html">HBase API</a> is defined in the
<p>The HBase API is defined in the
file hbase.thrift. A server-side implementation of the API is in
<code>org.apache.hadoop.hbase.thrift2.ThriftHBaseServiceHandler</code> with the
server boiler plate in <code>org.apache.hadoop.hbase.thrift2.ThriftServer</code>.