Update references to svn to instead reference git now we have migrated; fix a formatting error

This commit is contained in:
Michael Stack 2014-05-22 11:25:19 -07:00
parent 92b2c86776
commit 98de4b04ff
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ mvn clean package -DskipTests
<section xml:id="build.protobuf"><title>Build Protobuf</title>
<para>You may need to change the protobuf definitions that reside in the hbase-protocol module or other modules.</para>
<para>
The protobuf files are located </filename>hbase-protocol/src/main/protobuf<filename>.
The protobuf files are located <filename>hbase-protocol/src/main/protobuf</filename>.
For the change to be effective, you will need to regenerate the classes. You can use maven profile compile-protobuf to do this.
<programlisting>
mvn compile -Dcompile-protobuf