HBASE-17947 Location of Examples.proto is wrong in comment of RowCountEndPoint.java

Signed-off-by: tedyu <yuzhihong@gmail.com>
This commit is contained in:
Xiang Li 2017-04-21 19:17:49 +08:00 committed by tedyu
parent 72fac37981
commit 1367519cd0
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ import com.google.protobuf.Service;
*
* <p>
* For the protocol buffer definition of the RowCountService, see the source file located under
* hbase-server/src/main/protobuf/Examples.proto.
* hbase-examples/src/main/protobuf/Examples.proto.
* </p>
*/
public class RowCountEndpoint extends ExampleProtos.RowCountService