HBASE-16742) Add chapter for devs on how we do protobufs going forward

Fix misspelling noticed by Anoop Sam John.
This commit is contained in:
stack 2016-10-03 22:42:46 -07:00
parent 95c1dc93fb
commit 2508edcd4e
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ of the generated protobuf class
in hbase-protocol and another generated instance that is the same in all
regards except its protobuf references are to the internal shaded
version at `org.apache.hadoop.hbase.shaded.protobuf.generated.ServerName`
(not the 'shaded' addition in the middle of the package name).
(note the 'shaded' addition in the middle of the package name).
If you extend a proto in `hbase-protocol-shaded` for internal use,
consider extending it also in